Heray-Was-Here
Server : Apache/2
System : Linux v2.lx.to 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64
User : namagri ( 1019)
PHP Version : 8.2.31
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/namagri/domains/namagri.com/private_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/namagri/domains/namagri.com/private_html/.htbmm4jdz52u8kg4c4g8g04w0og.sql
DROP TABLE IF EXISTS `uo53_bpspro_db_backup`;
CREATE TABLE `uo53_bpspro_db_backup` (
  `bps_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `bps_table_name` text NOT NULL,
  `bps_desc` text NOT NULL,
  `bps_job_type` varchar(9) NOT NULL DEFAULT '',
  `bps_frequency` varchar(7) NOT NULL DEFAULT '',
  `bps_last_job` varchar(30) NOT NULL DEFAULT '',
  `bps_next_job` varchar(30) NOT NULL DEFAULT '',
  `bps_next_job_unix` varchar(10) NOT NULL DEFAULT '',
  `bps_email_zip` varchar(10) NOT NULL DEFAULT '',
  `bps_job_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `bps_id` (`bps_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `uo53_bpspro_login_security`;
CREATE TABLE `uo53_bpspro_login_security` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `status` varchar(60) NOT NULL DEFAULT '',
  `user_id` varchar(60) NOT NULL DEFAULT '',
  `username` varchar(60) NOT NULL DEFAULT '',
  `public_name` varchar(250) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `role` varchar(15) NOT NULL DEFAULT '',
  `human_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `login_time` varchar(10) NOT NULL DEFAULT '',
  `lockout_time` varchar(10) NOT NULL DEFAULT '',
  `failed_logins` varchar(2) NOT NULL DEFAULT '',
  `ip_address` varchar(45) NOT NULL DEFAULT '',
  `hostname` varchar(60) NOT NULL DEFAULT '',
  `request_uri` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `uo53_bpspro_mscan`;
CREATE TABLE `uo53_bpspro_mscan` (
  `mscan_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `mscan_status` varchar(8) NOT NULL DEFAULT '',
  `mscan_type` varchar(16) NOT NULL DEFAULT '',
  `mscan_path` text NOT NULL,
  `mscan_pattern` text NOT NULL,
  `mscan_skipped` varchar(7) NOT NULL DEFAULT '',
  `mscan_ignored` varchar(6) NOT NULL DEFAULT '',
  `mscan_db_table` varchar(64) NOT NULL DEFAULT '',
  `mscan_db_column` varchar(64) NOT NULL DEFAULT '',
  `mscan_db_pkid` text NOT NULL,
  `mscan_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`mscan_id`),
  UNIQUE KEY `id` (`mscan_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `uo53_bpspro_seclog_ignore`;
CREATE TABLE `uo53_bpspro_seclog_ignore` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_agent_bot` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `uo53_commentmeta`;
CREATE TABLE `uo53_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
DROP TABLE IF EXISTS `uo53_comments`;
CREATE TABLE `uo53_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` text 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` mediumtext 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_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
DROP TABLE IF EXISTS `uo53_links`;
CREATE TABLE `uo53_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` longtext 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=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/development/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','','');
DROP TABLE IF EXISTS `uo53_options`;
CREATE TABLE `uo53_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `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`)
) ENGINE=MyISAM AUTO_INCREMENT=963 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_options` VALUES (1,'siteurl','https://new.namagri.com','yes'),(2,'blogname','Namagri','yes'),(3,'blogdescription','The Way Forward','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','newnamagri@v1.webster.net.na','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'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'),(29,'comment_moderation','0','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','/%category%/%postname%/','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:8:{i:0;s:45:\"bulletproof-security/bulletproof-security.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:37:\"disable-comments/disable-comments.php\";i:3;s:29:\"divi-booster/divi-booster.php\";i:4;s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";i:5;s:43:\"visual-form-builder/visual-form-builder.php\";i:6;s:31:\"wp-statistics/wp-statistics.php\";i:7;s:27:\"wp-super-cache/wp-cache.php\";}','yes'),(37,'home','https://new.namagri.com','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','','no'),(45,'template','Divi','yes'),(46,'stylesheet','Divi','yes'),(47,'comment_whitelist','1','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','0','yes'),(51,'html_type','text/html','yes'),(52,'use_trackback','0','yes'),(53,'default_role','subscriber','yes'),(54,'db_version','38590','yes'),(55,'uploads_use_yearmonth_folders','1','yes'),(56,'upload_path','/home/newnamagri/public_html/wp-content/uploads','yes'),(57,'blog_public','1','yes'),(58,'default_link_category','2','yes'),(59,'show_on_front','page','yes'),(60,'tag_base','','yes'),(61,'show_avatars','1','yes'),(62,'avatar_rating','G','yes'),(63,'upload_url_path','','yes'),(64,'thumbnail_size_w','150','yes'),(65,'thumbnail_size_h','150','yes'),(66,'thumbnail_crop','1','yes'),(67,'medium_size_w','300','yes'),(68,'medium_size_h','300','yes'),(69,'avatar_default','mystery','yes'),(72,'large_size_w','1024','yes'),(73,'large_size_h','1024','yes'),(74,'image_default_link_type','file','yes'),(75,'image_default_size','','yes'),(76,'image_default_align','','yes'),(77,'close_comments_for_old_posts','0','yes'),(78,'close_comments_days_old','14','yes'),(79,'thread_comments','1','yes'),(80,'thread_comments_depth','5','yes'),(81,'page_comments','0','yes'),(82,'comments_per_page','50','yes'),(83,'default_comments_page','newest','yes'),(84,'comment_order','asc','yes'),(85,'sticky_posts','a:0:{}','yes'),(86,'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'),(87,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(88,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','0','yes'),(94,'page_on_front','9','yes'),(95,'uo53_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'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'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'),(98,'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'),(99,'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'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";N;s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'rewrite_rules','a:127:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&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: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:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&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:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}','yes'),(114,'uninstall_plugins','a:2:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:45:\"bulletproof-security/bulletproof-security.php\";s:30:\"bulletproof_security_uninstall\";}','no'),(115,'default_post_format','0','yes'),(116,'link_manager_enabled','1','yes'),(117,'finished_splitting_shared_terms','1','yes'),(118,'site_icon','0','yes'),(119,'medium_large_size_w','768','yes'),(120,'medium_large_size_h','0','yes'),(121,'wp_page_for_privacy_policy','0','yes'),(122,'show_comments_cookies_opt_in','0','yes'),(123,'initial_db_version','15260','yes'),(127,'WPLANG','en','yes'),(125,'cron','a:13:{i:1542768031;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1542768238;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:1542770680;a:1:{s:22:\"bpsPro_email_log_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:1542779429;a:1:{s:33:\"check_plugin_updates-divi-booster\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1542780844;a:1:{s:26:\"wp_cache_full_preload_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1542781511;a:1:{s:16:\"bpsPro_HPF_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"minutes_15\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1542783600;a:1:{s:16:\"bpsPro_DBB_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1542794651;a:2:{s:24:\"wp_statistics_geoip_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:28:\"wp_statistics_add_visit_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1542797038;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1542797063;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:1542797546;a:2:{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;}}s:21:\"et_builder_fonts_cron\";a:1:{s:32:\"552cbb9d6515dadbbc4718ad75114f08\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{s:8:\"interval\";s:5:\"daily\";}s:8:\"interval\";i:86400;}}}i:1544957446;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','yes'),(126,'db_upgraded','','yes'),(128,'_transient_update_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(171,'et_core_version','3.17.2','yes'),(173,'et_divi','a:103:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:25:\"3_0_flush_rewrite_rules_2\";s:4:\"done\";s:31:\"divi_previous_installed_version\";s:6:\"3.17.1\";s:29:\"divi_latest_installed_version\";s:6:\"3.17.2\";s:27:\"divi_skip_font_subset_force\";b:1;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:9:\"divi_logo\";s:0:\"\";s:14:\"divi_fixed_nav\";s:5:\"false\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:5:\"false\";s:21:\"divi_show_google_icon\";s:5:\"false\";s:18:\"divi_show_rss_icon\";s:5:\"false\";s:17:\"divi_facebook_url\";s:33:\"https://www.facebook.com/namagri/\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:2:\"on\";s:18:\"divi_smooth_scroll\";s:2:\"on\";s:25:\"divi_disable_translations\";s:5:\"false\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:15:\"divi_custom_css\";s:0:\"\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:3:{s:4:\"page\";s:2:\"on\";s:4:\"post\";s:2:\"on\";s:7:\"project\";s:2:\"on\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:29:\"disable_custom_footer_credits\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;}','yes'),(174,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(175,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(176,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(177,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(178,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(179,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(130,'_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(630,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(184,'et_google_api_settings','a:3:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:5:\"false\";s:16:\"use_google_fonts\";s:2:\"on\";}','yes'),(135,'_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-4.9.8.zip\";s:6:\"locale\";s:2:\"en\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.8\";s:7:\"version\";s:5:\"4.9.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1542781039;s:15:\"version_checked\";s:5:\"4.9.8\";s:12:\"translations\";a:0:{}}','no'),(156,'classic-editor-replace','replace','yes'),(157,'recently_activated','a:0:{}','yes'),(185,'et_automatic_updates_options','a:2:{s:8:\"username\";s:6:\"Xamaba\";s:7:\"api_key\";s:40:\"8db567d704ef4f4999b23de353c14be239d67873\";}','no'),(163,'current_theme','Divi','yes'),(164,'theme_mods_Divi','a:5:{i:0;b:0;s:18:\"custom_css_post_id\";i:5;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:0:{}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";}','yes'),(165,'theme_switched','','yes'),(166,'et_pb_cache_notice','a:1:{s:6:\"3.11.1\";s:6:\"ignore\";}','yes'),(304,'bulletproof_security_options_db_backup','a:12:{s:13:\"bps_db_backup\";s:2:\"On\";s:25:\"bps_db_backup_description\";s:0:\"\";s:20:\"bps_db_backup_folder\";s:74:\"/home/newnamagri/public_html/wp-content/bps-backup/backups_H2VolKwDyQxI1F2\";s:27:\"bps_db_backup_download_link\";s:70:\"https://new.namagri.com/wp-content/bps-backup/backups_H2VolKwDyQxI1F2/\";s:22:\"bps_db_backup_job_type\";s:0:\"\";s:23:\"bps_db_backup_frequency\";s:0:\"\";s:29:\"bps_db_backup_start_time_hour\";s:0:\"\";s:32:\"bps_db_backup_start_time_weekday\";s:0:\"\";s:35:\"bps_db_backup_start_time_month_date\";s:0:\"\";s:23:\"bps_db_backup_email_zip\";s:0:\"\";s:20:\"bps_db_backup_delete\";s:0:\"\";s:28:\"bps_db_backup_status_display\";s:13:\"No DB Backups\";}','yes'),(305,'bulletproof_security_options_wizard_autofix','a:1:{s:18:\"bps_wizard_autofix\";s:2:\"On\";}','yes'),(310,'bulletproof_security_options_apache_modules','a:2:{s:23:\"bps_apache_mod_ifmodule\";s:3:\"Yes\";s:19:\"bps_apache_mod_time\";s:10:\"1539856607\";}','yes'),(311,'bulletproof_security_options_mod_security','a:1:{s:22:\"bps_mod_security_check\";s:1:\"1\";}','yes'),(312,'bulletproof_security_options_theme_skin','a:1:{s:17:\"bps_ui_theme_skin\";s:4:\"blue\";}','yes'),(313,'bulletproof_security_options_rate_free','a:1:{s:20:\"bps_free_rate_review\";s:10:\"1542585600\";}','yes'),(314,'bulletproof_security_options_wizard_free','a:1:{s:15:\"bps_wizard_free\";s:6:\"wizard\";}','yes'),(315,'bulletproof_security_options_customcode','a:14:{s:18:\"bps_customcode_one\";s:40:\"# BEGIN WPSuperCache\n\n# END WPSuperCache\";s:31:\"bps_customcode_server_signature\";s:0:\"\";s:30:\"bps_customcode_directory_index\";s:0:\"\";s:30:\"bps_customcode_server_protocol\";s:0:\"\";s:28:\"bps_customcode_error_logging\";s:0:\"\";s:31:\"bps_customcode_deny_dot_folders\";s:0:\"\";s:29:\"bps_customcode_admin_includes\";s:0:\"\";s:31:\"bps_customcode_wp_rewrite_start\";s:0:\"\";s:30:\"bps_customcode_request_methods\";s:0:\"\";s:18:\"bps_customcode_two\";s:0:\"\";s:28:\"bps_customcode_timthumb_misc\";s:1187:\"# TIMTHUMB FORBID RFI and MISC FILE SKIP/BYPASS RULE\n# Use BPS Custom Code to modify/edit/change this code and to save it permanently.\n# Remote File Inclusion (RFI) security rules\n# Note: Only whitelist your additional domains or files if needed - do not whitelist hacker domains or files\nRewriteCond %{QUERY_STRING} ^.*(http|https|ftp)(%3A|:)(%2F|/)(%2F|/)(w){0,3}.?(blogger|picasa|blogspot|tsunami|petapolitik|photobucket|imgur|imageshack|wordpress\\.com|img\\.youtube|tinypic\\.com|upload\\.wikimedia|kkc|start-thegame).*$ [NC,OR]\nRewriteCond %{THE_REQUEST} ^.*(http|https|ftp)(%3A|:)(%2F|/)(%2F|/)(w){0,3}.?(blogger|picasa|blogspot|tsunami|petapolitik|photobucket|imgur|imageshack|wordpress\\.com|img\\.youtube|tinypic\\.com|upload\\.wikimedia|kkc|start-thegame).*$ [NC]\nRewriteRule .* index.php [F]\n# \n# Example: Whitelist additional misc files: (example\\.php|another-file\\.php|phpthumb\\.php|thumb\\.php|thumbs\\.php)\nRewriteCond %{REQUEST_URI} (timthumb\\.php|phpthumb\\.php|thumb\\.php|thumbs\\.php) [NC]\n# Example: Whitelist additional website domains: RewriteCond %{HTTP_REFERER} ^.*(YourWebsite.com|AnotherWebsite.com).*\nRewriteCond %{HTTP_REFERER} ^.*new.namagri.com.*\nRewriteRule . - [S=1]\";s:21:\"bps_customcode_bpsqse\";s:3814:\"# BEGIN BPSQSE BPS QUERY STRING EXPLOITS\n# The libwww-perl User Agent is forbidden - Many bad bots use libwww-perl modules, but some good bots use it too.\n# Good sites such as W3C use it for their W3C-LinkChecker. \n# Use BPS Custom Code to add or remove user agents temporarily or permanently from the \n# User Agent filters directly below or to modify/edit/change any of the other security code rules below.\nRewriteCond %{HTTP_USER_AGENT} (havij|libwww-perl|wget|python|nikto|curl|scan|java|winhttp|clshttp|loader) [NC,OR]\nRewriteCond %{HTTP_USER_AGENT} (%0A|%0D|%27|%3C|%3E|%00) [NC,OR]\nRewriteCond %{HTTP_USER_AGENT} (;|<|>|'|"|\\)|\\(|%0A|%0D|%22|%27|%28|%3C|%3E|%00).*(libwww-perl|wget|python|nikto|curl|scan|java|winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR]\nRewriteCond %{THE_REQUEST} (\\?|\\*|%2a)+(%20+|\\\\s+|%20+\\\\s+|\\\\s+%20+|\\\\s+%20+\\\\s+)(http|https)(:/|/) [NC,OR]\nRewriteCond %{THE_REQUEST} etc/passwd [NC,OR]\nRewriteCond %{THE_REQUEST} cgi-bin [NC,OR]\nRewriteCond %{THE_REQUEST} (%0A|%0D|\\\\r|\\\\n) [NC,OR]\nRewriteCond %{REQUEST_URI} owssvr\\.dll [NC,OR]\nRewriteCond %{HTTP_REFERER} (%0A|%0D|%27|%3C|%3E|%00) [NC,OR]\nRewriteCond %{HTTP_REFERER} \\.opendirviewer\\. [NC,OR]\nRewriteCond %{HTTP_REFERER} users\\.skynet\\.be.* [NC,OR]\nRewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=(http|https):// [NC,OR]\nRewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=(\\.\\.//?)+ [NC,OR]\nRewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=/([a-z0-9_.]//?)+ [NC,OR]\nRewriteCond %{QUERY_STRING} \\=PHP[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} [NC,OR]\nRewriteCond %{QUERY_STRING} (\\.\\./|%2e%2e%2f|%2e%2e/|\\.\\.%2f|%2e\\.%2f|%2e\\./|\\.%2e%2f|\\.%2e/) [NC,OR]\nRewriteCond %{QUERY_STRING} ftp\\: [NC,OR]\nRewriteCond %{QUERY_STRING} (http|https)\\: [NC,OR] \nRewriteCond %{QUERY_STRING} \\=\\|w\\| [NC,OR]\nRewriteCond %{QUERY_STRING} ^(.*)/self/(.*)$ [NC,OR]\nRewriteCond %{QUERY_STRING} ^(.*)cPath=(http|https)://(.*)$ [NC,OR]\nRewriteCond %{QUERY_STRING} (\\<|%3C).*script.*(\\>|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (\\<|%3C).*embed.*(\\>|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (<|%3C)([^e]*e)+mbed.*(>|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (\\<|%3C).*object.*(\\>|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (<|%3C)([^o]*o)+bject.*(>|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (\\<|%3C).*iframe.*(\\>|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (<|%3C)([^i]*i)+frame.*(>|%3E) [NC,OR] \nRewriteCond %{QUERY_STRING} base64_encode.*\\(.*\\) [NC,OR]\nRewriteCond %{QUERY_STRING} base64_(en|de)code[^(]*\\([^)]*\\) [NC,OR]\nRewriteCond %{QUERY_STRING} GLOBALS(=|\\[|\\%[0-9A-Z]{0,2}) [OR]\nRewriteCond %{QUERY_STRING} _REQUEST(=|\\[|\\%[0-9A-Z]{0,2}) [OR]\nRewriteCond %{QUERY_STRING} ^.*(\\(|\\)|<|>|%3c|%3e).* [NC,OR]\nRewriteCond %{QUERY_STRING} ^.*(\\x00|\\x04|\\x08|\\x0d|\\x1b|\\x20|\\x3c|\\x3e|\\x7f).* [NC,OR]\nRewriteCond %{QUERY_STRING} (NULL|OUTFILE|LOAD_FILE) [OR]\nRewriteCond %{QUERY_STRING} (\\.{1,}/)+(motd|etc|bin) [NC,OR]\nRewriteCond %{QUERY_STRING} (localhost|loopback|127\\.0\\.0\\.1) [NC,OR]\nRewriteCond %{QUERY_STRING} (<|>|'|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]\nRewriteCond %{QUERY_STRING} concat[^\\(]*\\( [NC,OR]\nRewriteCond %{QUERY_STRING} union([^s]*s)+elect [NC,OR]\nRewriteCond %{QUERY_STRING} union([^a]*a)+ll([^s]*s)+elect [NC,OR]\nRewriteCond %{QUERY_STRING} \\-[sdcr].*(allow_url_include|allow_url_fopen|safe_mode|disable_functions|auto_prepend_file) [NC,OR]\nRewriteCond %{QUERY_STRING} (;|<|>|'|"|\\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\\*|union|select|insert|drop|delete|update|cast|create|char|convert|alter|declare|order|script|set|md5|benchmark|encode) [NC,OR]\nRewriteCond %{QUERY_STRING} (sp_executesql) [NC]\nRewriteRule ^(.*)$ - [F]\n# END BPSQSE BPS QUERY STRING EXPLOITS\";s:25:\"bps_customcode_deny_files\";s:0:\"\";s:20:\"bps_customcode_three\";s:0:\"\";}','yes'),(136,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1539773445;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:25:\"fourth-footer-widget-area\";a:0:{}}}}','yes'),(802,'limit_login_retries','a:1:{s:14:\"197.243.225.68\";i:1;}','no'),(803,'limit_login_retries_valid','a:1:{s:14:\"197.243.225.68\";i:1540760228;}','no'),(934,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1542781040;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:45:\"bulletproof-security/bulletproof-security.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/bulletproof-security\";s:4:\"slug\";s:20:\"bulletproof-security\";s:6:\"plugin\";s:45:\"bulletproof-security/bulletproof-security.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/bulletproof-security/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/bulletproof-security.3.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/bulletproof-security/assets/icon-128x128.png?rev=1731938\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/bulletproof-security/assets/banner-772x250.png?rev=1731938\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"0.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.0.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1750045\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1750045\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1750404\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1751803\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"disable-comments/disable-comments.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/disable-comments\";s:4:\"slug\";s:16:\"disable-comments\";s:6:\"plugin\";s:37:\"disable-comments/disable-comments.php\";s:11:\"new_version\";s:5:\"1.8.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/disable-comments/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/disable-comments.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/disable-comments/assets/icon-256x256.png?rev=971176\";s:2:\"1x\";s:68:\"https://ps.w.org/disable-comments/assets/icon-128x128.png?rev=971176\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/disable-comments/assets/banner-1544x500.png?rev=1652560\";s:2:\"1x\";s:71:\"https://ps.w.org/disable-comments/assets/banner-772x250.png?rev=1652560\";}s:11:\"banners_rtl\";a:0:{}}s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:43:\"w.org/plugins/limit-login-attempts-reloaded\";s:4:\"slug\";s:29:\"limit-login-attempts-reloaded\";s:6:\"plugin\";s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";s:11:\"new_version\";s:5:\"2.7.1\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/limit-login-attempts-reloaded/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/limit-login-attempts-reloaded.2.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://ps.w.org/limit-login-attempts-reloaded/assets/icon.svg?rev=1472250\";s:3:\"svg\";s:74:\"https://ps.w.org/limit-login-attempts-reloaded/assets/icon.svg?rev=1472250\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:43:\"visual-form-builder/visual-form-builder.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/visual-form-builder\";s:4:\"slug\";s:19:\"visual-form-builder\";s:6:\"plugin\";s:43:\"visual-form-builder/visual-form-builder.php\";s:11:\"new_version\";s:5:\"2.9.9\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/visual-form-builder/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/visual-form-builder.2.9.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840\";s:2:\"1x\";s:72:\"https://ps.w.org/visual-form-builder/assets/icon-128x128.png?rev=1205840\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/visual-form-builder/assets/banner-1544x500.png?rev=1205840\";s:2:\"1x\";s:74:\"https://ps.w.org/visual-form-builder/assets/banner-772x250.png?rev=1205840\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"wp-statistics/wp-statistics.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/wp-statistics\";s:4:\"slug\";s:13:\"wp-statistics\";s:6:\"plugin\";s:31:\"wp-statistics/wp-statistics.php\";s:11:\"new_version\";s:6:\"12.5.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-statistics/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-statistics.12.5.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-statistics/assets/icon-256x256.png?rev=1673578\";s:2:\"1x\";s:58:\"https://ps.w.org/wp-statistics/assets/icon.svg?rev=1860682\";s:3:\"svg\";s:58:\"https://ps.w.org/wp-statistics/assets/icon.svg?rev=1860682\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-statistics/assets/banner-772x250.png?rev=1673578\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.6.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.6.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(919,'_transient_doing_cron','1542781039.0753839015960693359375','yes'),(147,'can_compress_scripts','0','no'),(226,'divibooster_version','2.7.9','yes'),(180,'et_images_temp_folder','/home/newnamagri/public_html/wp-content/uploads/et_temp','yes'),(181,'et_schedule_clean_images_last_time','1542248901','yes'),(182,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(187,'fresh_site','0','yes'),(188,'et_account_status','active','no'),(189,'et_account_status_last_checked','1542005625','no'),(190,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1542005626;}','no'),(193,'_site_transient_et_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1540032787;}','no'),(201,'category_children','a:0:{}','yes'),(232,'external_updates-divi-booster','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1542767431;s:14:\"checkedVersion\";s:5:\"2.7.9\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:12:\"divi-booster\";s:7:\"version\";s:5:\"2.7.9\";s:8:\"homepage\";N;s:12:\"download_url\";s:58:\"https://dansupdates.com/?action=download&slug=divi-booster\";s:14:\"upgrade_notice\";N;}}','no'),(961,'_site_transient_timeout_theme_roots','1542782840','no'),(962,'_site_transient_theme_roots','a:1:{s:4:\"Divi\";s:7:\"/themes\";}','no'),(247,'wtfdivi_last_error','','yes'),(248,'wtfdivi','a:47:{s:8:\"lastsave\";s:10:\"1539851171\";s:7:\"general\";a:1:{s:4:\"open\";s:1:\"1\";}s:13:\"general-icons\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"fixes\";a:49:{s:17:\"014-add-new-icons\";a:2:{s:4:\"url0\";s:0:\"\";s:6:\"urlmax\";s:1:\"0\";}s:20:\"073-add-social-icons\";a:9:{s:8:\"linkedin\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:5:\"flikr\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";}s:27:\"126-customizer-social-icons\";a:2:{s:7:\"enabled\";s:1:\"1\";s:5:\"icons\";s:0:\"\";}s:27:\"004-add-image-before-header\";a:2:{s:3:\"url\";s:0:\"\";s:7:\"linkurl\";s:0:\"\";}s:33:\"018-box-layout-in-front-of-header\";a:3:{s:12:\"headerheight\";s:3:\"120\";s:9:\"headercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:28:\"135-set-mobile-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:29:\"095-secondary-nav-hover-color\";a:1:{s:8:\"hovercol\";s:21:\"rgba(255,255,255,0.7)\";}s:26:\"116-add-text-to-top-header\";a:1:{s:13:\"topheadertext\";s:0:\"\";}s:31:\"119-make-phone-number-clickable\";a:1:{s:8:\"phonenum\";s:0:\"\";}s:42:\"024-scroll-further-before-shrinking-header\";a:1:{s:6:\"offset\";s:3:\"500\";}s:26:\"062-hide-header-completely\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:24:\"066-change-header-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:34:\"071-submenu-hover-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:31:\"074-set-header-menu-hover-color\";a:1:{s:3:\"col\";s:16:\"rgba(0,0,0,0.42)\";}s:35:\"087-change-space-between-menu-items\";a:1:{s:15:\"menuitempadding\";s:2:\"22\";}s:20:\"113-change-logo-link\";a:1:{s:7:\"logourl\";s:0:\"\";}s:27:\"121-search-icon-hover-color\";a:1:{s:8:\"hovercol\";s:7:\"#ffffff\";}s:34:\"028-add-text-to-mobile-menu-button\";a:1:{s:14:\"menubuttontext\";s:0:\"\";}s:29:\"103-set-mobile-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:43:\"127-change-centered-header-select-page-text\";a:1:{s:14:\"selectpagetext\";s:0:\"\";}s:34:\"142-mobile-menu-select-page-bg-col\";a:1:{s:5:\"bgcol\";s:16:\"rgba(0,0,0,0.05)\";}s:28:\"006-sidebar-background-color\";a:1:{s:5:\"bgcol\";s:4:\"#fff\";}s:20:\"067-edit-footer-html\";a:1:{s:10:\"footerhtml\";s:0:\"\";}s:28:\"138-set-footer-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:32:\"115-set-minimum-cta-button-width\";a:1:{s:8:\"ctawidth\";s:3:\"180\";}s:30:\"016-gallery-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:31:\"017-gallery-module-image-border\";a:1:{s:9:\"bordercol\";s:7:\"#ffffff\";}s:26:\"047-change-map-marker-icon\";a:1:{s:3:\"url\";s:0:\"\";}s:32:\"068-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:43:\"072-filterable-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:24:\"005-adjust-slider-height\";a:1:{s:12:\"sliderheight\";s:3:\"500\";}s:38:\"046-slider-text-transparent-background\";a:2:{s:5:\"bgcol\";s:4:\"#000\";s:7:\"opacity\";s:2:\"50\";}s:28:\"011-custom-css-media-queries\";a:2:{s:7:\"enabled\";s:1:\"1\";s:9:\"customcss\";a:8:{s:7:\"enabled\";a:2:{i:0;s:1:\"0\";i:1;s:1:\"1\";}s:4:\"user\";a:1:{i:0;s:3:\"all\";}s:8:\"pagetype\";a:1:{i:0;s:3:\"all\";}s:13:\"elegantthemes\";a:1:{i:0;s:3:\"all\";}s:7:\"browser\";a:1:{i:0;s:3:\"all\";}s:6:\"device\";a:1:{i:0;s:3:\"all\";}s:12:\"mediaqueries\";a:1:{i:0;s:3:\"all\";}s:3:\"css\";a:1:{i:0;s:0:\"\";}}}s:19:\"033-export-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:19:\"034-import-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:22:\"037-view-generated-css\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:21:\"040-view-generated-js\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:30:\"050-view-generated-footer-html\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:27:\"053-view-generated-htaccess\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:31:\"015-adjust-phone-and-email-size\";a:4:{s:8:\"fontsize\";s:3:\"100\";s:3:\"col\";s:7:\"#ffffff\";s:8:\"hovercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:17:\"019-sidebar-width\";a:1:{s:12:\"sidebarwidth\";s:3:\"285\";}s:29:\"025-set-mobile-menu-bar-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:22:\"052-change-logo-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:22:\"064-set-body-font-size\";a:1:{s:8:\"fontsize\";s:3:\"100\";}s:29:\"075-set-header-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:39:\"077-adjust-page-builder-section-spacing\";a:2:{s:3:\"top\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";}s:35:\"078-adjust-page-builder-row-spacing\";a:1:{s:3:\"top\";s:2:\"30\";}s:27:\"084-set-bottom-footer-color\";a:1:{s:5:\"bgcol\";s:7:\"#000000\";}s:24:\"065-set-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}}s:14:\"general-layout\";a:1:{s:4:\"open\";s:1:\"1\";}s:13:\"general-links\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-speed\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"header\";a:1:{s:4:\"open\";s:1:\"1\";}s:10:\"header-top\";a:1:{s:4:\"open\";s:1:\"1\";}s:11:\"header-main\";a:1:{s:4:\"open\";s:1:\"1\";}s:13:\"header-mobile\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"posts\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"sidebar\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"footer\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"pagebuilder\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"pagebuilder-divi\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"pagebuilder-visual\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"modules\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-accordion\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"modules-blurb\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-countdown\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-gallery\";a:1:{s:4:\"open\";s:1:\"0\";}s:23:\"modules-headerfullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"modules-map\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-portfolio\";a:1:{s:4:\"open\";s:1:\"0\";}s:25:\"modules-portfoliofiltered\";a:1:{s:4:\"open\";s:1:\"0\";}s:26:\"modules-portfoliofullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-postnav\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"modules-postslider\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-pricing\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-subscribe\";a:1:{s:4:\"open\";s:1:\"0\";}s:14:\"modules-slider\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"modules-text\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"plugins\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"plugins-edd\";a:1:{s:4:\"open\";s:1:\"0\";}s:19:\"plugins-woocommerce\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"plugins-other\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"customcss\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"developer\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"developer-export\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"developer-css\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"developer-js\";a:1:{s:4:\"open\";s:1:\"0\";}s:21:\"developer-footer-html\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"developer-htaccess\";a:1:{s:4:\"open\";s:1:\"0\";}s:10:\"deprecated\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi24\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi23\";a:1:{s:4:\"open\";s:1:\"0\";}}','yes'),(953,'_site_transient_timeout_et_core_path','1542810649','no'),(954,'_site_transient_et_core_path','/home/newnamagri/public_html/wp-content/themes/Divi/core','no'),(937,'_site_transient_timeout_et_core_version','1542810649','no'),(938,'_site_transient_et_core_version','3.17.2','no'),(293,'wpsupercache_gc_time','1542767431','yes'),(294,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1542781041;s:7:\"checked\";a:1:{s:4:\"Divi\";s:6:\"3.17.2\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(272,'disable_comments_options','a:5:{s:19:\"disabled_post_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:7:\"project\";}s:17:\"remove_everywhere\";b:1;s:9:\"permanent\";b:0;s:16:\"extra_post_types\";b:0;s:10:\"db_version\";i:6;}','yes'),(277,'ossdl_off_cdn_url','https://new.namagri.com','yes'),(278,'ossdl_off_blog_url','https://new.namagri.com','yes'),(279,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(280,'ossdl_off_exclude','.php','yes'),(281,'ossdl_cname','','yes'),(282,'wp_super_cache_index_detected','3','no'),(291,'wpsupercache_count','0','yes'),(292,'supercache_stats','a:3:{s:9:\"generated\";i:1539854480;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}s:7:\"wpcache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}}','yes'),(290,'wpsupercache_start','1539854327','yes'),(316,'bulletproof_security_options_customcode_WPA','a:4:{s:29:\"bps_customcode_deny_files_wpa\";s:0:\"\";s:22:\"bps_customcode_one_wpa\";s:0:\"\";s:22:\"bps_customcode_two_wpa\";s:0:\"\";s:25:\"bps_customcode_bpsqse_wpa\";s:3007:\"# BEGIN BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS\n# WORDPRESS WILL BREAK IF ALL THE BPSQSE FILTERS ARE DELETED\n# Use BPS wp-admin Custom Code to modify/edit/change this code and to save it permanently.\nRewriteCond %{HTTP_USER_AGENT} (%0A|%0D|%27|%3C|%3E|%00) [NC,OR]\nRewriteCond %{HTTP_USER_AGENT} (;|<|>|'|"|\\)|\\(|%0A|%0D|%22|%27|%28|%3C|%3E|%00).*(libwww-perl|wget|python|nikto|curl|scan|java|winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR]\nRewriteCond %{THE_REQUEST} (\\?|\\*|%2a)+(%20+|\\\\s+|%20+\\\\s+|\\\\s+%20+|\\\\s+%20+\\\\s+)(http|https)(:/|/) [NC,OR]\nRewriteCond %{THE_REQUEST} etc/passwd [NC,OR]\nRewriteCond %{THE_REQUEST} cgi-bin [NC,OR]\nRewriteCond %{THE_REQUEST} (%0A|%0D) [NC,OR]\nRewriteCond %{REQUEST_URI} owssvr\\.dll [NC,OR]\nRewriteCond %{HTTP_REFERER} (%0A|%0D|%27|%3C|%3E|%00) [NC,OR]\nRewriteCond %{HTTP_REFERER} \\.opendirviewer\\. [NC,OR]\nRewriteCond %{HTTP_REFERER} users\\.skynet\\.be.* [NC,OR]\nRewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=(http|https):// [NC,OR]\nRewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=(\\.\\.//?)+ [NC,OR]\nRewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=/([a-z0-9_.]//?)+ [NC,OR]\nRewriteCond %{QUERY_STRING} \\=PHP[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} [NC,OR]\nRewriteCond %{QUERY_STRING} (\\.\\./|%2e%2e%2f|%2e%2e/|\\.\\.%2f|%2e\\.%2f|%2e\\./|\\.%2e%2f|\\.%2e/) [NC,OR]\nRewriteCond %{QUERY_STRING} ftp\\: [NC,OR]\nRewriteCond %{QUERY_STRING} (http|https)\\: [NC,OR] \nRewriteCond %{QUERY_STRING} \\=\\|w\\| [NC,OR]\nRewriteCond %{QUERY_STRING} ^(.*)/self/(.*)$ [NC,OR]\nRewriteCond %{QUERY_STRING} ^(.*)cPath=(http|https)://(.*)$ [NC,OR]\nRewriteCond %{QUERY_STRING} (\\<|%3C).*script.*(\\>|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (\\<|%3C).*iframe.*(\\>|%3E) [NC,OR]\nRewriteCond %{QUERY_STRING} (<|%3C)([^i]*i)+frame.*(>|%3E) [NC,OR] \nRewriteCond %{QUERY_STRING} base64_encode.*\\(.*\\) [NC,OR]\nRewriteCond %{QUERY_STRING} base64_(en|de)code[^(]*\\([^)]*\\) [NC,OR]\nRewriteCond %{QUERY_STRING} GLOBALS(=|\\[|\\%[0-9A-Z]{0,2}) [OR]\nRewriteCond %{QUERY_STRING} _REQUEST(=|\\[|\\%[0-9A-Z]{0,2}) [OR]\nRewriteCond %{QUERY_STRING} ^.*(\\(|\\)|<|>).* [NC,OR]\nRewriteCond %{QUERY_STRING} (NULL|OUTFILE|LOAD_FILE) [OR]\nRewriteCond %{QUERY_STRING} (\\.{1,}/)+(motd|etc|bin) [NC,OR]\nRewriteCond %{QUERY_STRING} (localhost|loopback|127\\.0\\.0\\.1) [NC,OR]\nRewriteCond %{QUERY_STRING} (<|>|'|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]\nRewriteCond %{QUERY_STRING} concat[^\\(]*\\( [NC,OR]\nRewriteCond %{QUERY_STRING} union([^s]*s)+elect [NC,OR]\nRewriteCond %{QUERY_STRING} union([^a]*a)+ll([^s]*s)+elect [NC,OR]\nRewriteCond %{QUERY_STRING} (;|<|>|'|"|\\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\\*|union|select|insert|drop|delete|update|cast|create|char|convert|alter|declare|order|script|set|md5|benchmark|encode) [NC,OR]\nRewriteCond %{QUERY_STRING} (sp_executesql) [NC]\nRewriteRule ^(.*)$ - [F]\n# END BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS\n\";}','yes'),(317,'bulletproof_security_options_autolock','a:1:{s:26:\"bps_root_htaccess_autolock\";s:3:\"Off\";}','yes'),(318,'bulletproof_security_options_MScan','a:9:{s:14:\"bps_mscan_dirs\";a:4:{s:11:\".well-known\";s:1:\"1\";s:8:\"wp-admin\";s:1:\"1\";s:10:\"wp-content\";s:1:\"1\";s:11:\"wp-includes\";s:1:\"1\";}s:19:\"mscan_max_file_size\";s:3:\"400\";s:20:\"mscan_max_time_limit\";s:3:\"300\";s:19:\"mscan_scan_database\";s:2:\"On\";s:17:\"mscan_scan_images\";s:3:\"Off\";s:24:\"mscan_scan_skipped_files\";s:3:\"Off\";s:27:\"mscan_scan_delete_tmp_files\";s:3:\"Off\";s:20:\"mscan_scan_frequency\";s:3:\"Off\";s:18:\"mscan_exclude_dirs\";s:0:\"\";}','yes'),(319,'bulletproof_security_options_MScan_log','a:1:{s:22:\"bps_mscan_log_date_mod\";s:24:\"October 18 2018 09:24:40\";}','yes'),(320,'bulletproof_security_options_DBB_log','a:1:{s:20:\"bps_dbb_log_date_mod\";s:24:\"October 18 2018 09:24:40\";}','yes'),(321,'bulletproof_security_options_hpf_cron','a:4:{s:23:\"bps_hidden_plugins_cron\";s:2:\"On\";s:33:\"bps_hidden_plugins_cron_frequency\";s:2:\"15\";s:29:\"bps_hidden_plugins_cron_email\";s:0:\"\";s:29:\"bps_hidden_plugins_cron_alert\";s:0:\"\";}','yes'),(322,'bulletproof_security_options_hidden_plugins','a:1:{s:24:\"bps_hidden_plugins_check\";s:0:\"\";}','yes'),(323,'bulletproof_security_options_sec_log_post_limit','a:3:{s:27:\"bps_security_log_post_limit\";s:0:\"\";s:26:\"bps_security_log_post_none\";s:1:\"1\";s:25:\"bps_security_log_post_max\";s:0:\"\";}','yes'),(324,'bulletproof_security_options_email','a:11:{s:17:\"bps_send_email_to\";s:28:\"newnamagri@v1.webster.net.na\";s:19:\"bps_send_email_from\";s:28:\"newnamagri@v1.webster.net.na\";s:17:\"bps_send_email_cc\";s:0:\"\";s:18:\"bps_send_email_bcc\";s:0:\"\";s:24:\"bps_login_security_email\";s:11:\"lockoutOnly\";s:21:\"bps_security_log_size\";s:5:\"500KB\";s:23:\"bps_security_log_emailL\";s:5:\"email\";s:17:\"bps_dbb_log_email\";s:5:\"email\";s:16:\"bps_dbb_log_size\";s:5:\"500KB\";s:18:\"bps_mscan_log_size\";s:5:\"500KB\";s:19:\"bps_mscan_log_email\";s:5:\"email\";}','yes'),(325,'bulletproof_security_options_login_security','a:11:{s:14:\"bps_max_logins\";s:1:\"3\";s:20:\"bps_lockout_duration\";s:2:\"15\";s:27:\"bps_manual_lockout_duration\";s:2:\"60\";s:23:\"bps_max_db_rows_display\";s:0:\"\";s:24:\"bps_login_security_OnOff\";s:2:\"On\";s:26:\"bps_login_security_logging\";s:11:\"logLockouts\";s:25:\"bps_login_security_errors\";s:8:\"wpErrors\";s:28:\"bps_login_security_remaining\";s:2:\"On\";s:27:\"bps_login_security_pw_reset\";s:6:\"enable\";s:23:\"bps_login_security_sort\";s:9:\"ascending\";s:26:\"bps_enable_lsm_woocommerce\";s:0:\"\";}','yes'),(326,'bulletproof_security_options_MU_tools_free','a:3:{s:22:\"bps_mu_tools_timestamp\";i:1539855989;s:38:\"bps_mu_tools_enable_disable_autoupdate\";s:6:\"enable\";s:40:\"bps_mu_tools_enable_disable_deactivation\";s:6:\"enable\";}','yes'),(327,'bulletproof_security_options_login_security_jtc','a:22:{s:23:\"bps_tooltip_captcha_key\";s:3:\"jtc\";s:30:\"bps_tooltip_captcha_hover_text\";s:16:\"Type/Enter:  jtc\";s:25:\"bps_tooltip_captcha_title\";s:33:\"Hover or click the text box below\";s:27:\"bps_tooltip_captcha_logging\";s:3:\"Off\";s:18:\"bps_jtc_login_form\";s:1:\"1\";s:21:\"bps_jtc_register_form\";s:0:\"\";s:25:\"bps_jtc_lostpassword_form\";s:0:\"\";s:20:\"bps_jtc_comment_form\";s:0:\"\";s:24:\"bps_jtc_mu_register_form\";s:0:\"\";s:32:\"bps_jtc_buddypress_register_form\";s:0:\"\";s:31:\"bps_jtc_buddypress_sidebar_form\";s:0:\"\";s:21:\"bps_jtc_administrator\";s:0:\"\";s:14:\"bps_jtc_editor\";s:0:\"\";s:14:\"bps_jtc_author\";s:0:\"\";s:19:\"bps_jtc_contributor\";s:0:\"\";s:18:\"bps_jtc_subscriber\";s:0:\"\";s:26:\"bps_jtc_comment_form_error\";s:0:\"\";s:26:\"bps_jtc_comment_form_label\";s:0:\"\";s:26:\"bps_jtc_comment_form_input\";s:0:\"\";s:20:\"bps_jtc_custom_roles\";a:2:{i:0;s:3:\"bps\";i:1;s:0:\"\";}s:26:\"bps_enable_jtc_woocommerce\";s:0:\"\";s:25:\"bps_jtc_custom_form_error\";s:0:\"\";}','yes'),(329,'wpsc_feed_list','a:0:{}','yes'),(343,'wp_statistics_plugin_version','12.4.3','yes'),(344,'wp_statistics_db_version','12.4.3','yes'),(345,'wp_statistics','a:84:{s:18:\"pending_db_updates\";a:2:{s:13:\"date_ip_agent\";b:0;s:11:\"unique_date\";b:0;}s:16:\"search_converted\";i:1;s:9:\"robotlist\";s:1888:\"007ac9\r\n5bot\r\nA6-Indexer\r\nAbachoBOT\r\naccoona\r\nAcoiRobot\r\nAddThis.com\r\nADmantX\r\nAdsBot-Google\r\nadvbot\r\nAhrefsBot\r\naiHitBot\r\nalexa\r\nalphabot\r\nAltaVista\r\nAntivirusPro\r\nanyevent\r\nappie\r\nApplebot\r\narchive.org_bot\r\nAsk Jeeves\r\nASPSeek\r\nBaiduspider\r\nBenjojo\r\nBeetleBot\r\nbingbot\r\nBlekkobot\r\nblexbot\r\nBOT for JCE\r\nbubing\r\nButterfly\r\ncbot\r\nclamantivirus\r\ncliqzbot\r\nclumboot\r\ncoccoc\r\ncrawler\r\nCrocCrawler\r\ncrowsnest.tv\r\ndbot\r\ndl2bot\r\ndotbot\r\ndownloadbot\r\nduckduckgo\r\nDumbot\r\nEasouSpider\r\neStyle\r\nEveryoneSocialBot\r\nExabot\r\nezooms\r\nfacebook.com\r\nfacebookexternalhit\r\nFAST\r\nFeedfetcher-Google\r\nfeedzirra\r\nfindxbot\r\nFirfly\r\nFriendFeedBot\r\nfroogle\r\nGeonaBot\r\nGigabot\r\ngirafabot\r\ngimme60bot\r\nglbot\r\nGooglebot\r\nGroupHigh\r\nia_archiver\r\nIDBot\r\nInfoSeek\r\ninktomi\r\nIstellaBot\r\njetmon\r\nKraken\r\nLeikibot\r\nlinkapediabot\r\nlinkdexbot\r\nLinkpadBot\r\nLoadTimeBot\r\nlooksmart\r\nltx71\r\nLycos\r\nMail.RU_Bot\r\nMe.dium\r\nmeanpathbot\r\nmediabot\r\nmedialbot\r\nMediapartners-Google\r\nMJ12bot\r\nmsnbot\r\nMojeekBot\r\nmonobot\r\nmoreover\r\nMRBOT\r\nNationalDirectory\r\nNerdyBot\r\nNetcraftSurveyAgent\r\nniki-bot\r\nnutch\r\nOpenbot\r\nOrangeBot\r\nowler\r\np4Bot\r\nPaperLiBot\r\npageanalyzer\r\nPagesInventory\r\nPimonster\r\nporkbun\r\npr-cy\r\nproximic\r\npwbot\r\nr4bot\r\nrabaz\r\nRambler\r\nRankivabot\r\nrevip\r\nriddler\r\nrogerbot\r\nScooter\r\nScrubby\r\nscrapy.org\r\nSearchmetricsBot\r\nsees.co\r\nSemanticBot\r\nSemrushBot\r\nSeznamBot\r\nsfFeedReader\r\nshareaholic-bot\r\nsistrix\r\nSiteExplorer\r\nSlurp\r\nSocialradarbot\r\nSocialSearch\r\nSogou web spider\r\nSpade\r\nspbot\r\nSpiderLing\r\nSputnikBot\r\nSuperfeedr\r\nSurveyBot\r\nTechnoratiSnoop\r\nTECNOSEEK\r\nTeoma\r\ntrendictionbot\r\nTweetmemeBot\r\nTwiceler\r\nTwitterbot\r\nTwitturls\r\nu2bot\r\nuMBot-LN\r\nuni5download\r\nunrulymedia\r\nUptimeRobot\r\nURL_Spider_SQL\r\nVagabondo\r\nvBSEO\r\nWASALive-Bot\r\nWebAlta Crawler\r\nWebBug\r\nWebFindBot\r\nWebMasterAid\r\nWeSEE\r\nWotbox\r\nwsowner\r\nwsr-agent\r\nwww.galaxy.com\r\nx100bot\r\nXoviBot\r\nxzybot\r\nyandex\r\nYahoo\r\nYammybot\r\nYoudaoBot\r\nZyBorg\r\nZemlyaCrawl\";s:13:\"anonymize_ips\";s:0:\"\";s:5:\"geoip\";s:2:\"on\";s:8:\"browscap\";s:0:\"\";s:10:\"useronline\";s:1:\"1\";s:6:\"visits\";s:1:\"1\";s:8:\"visitors\";s:1:\"1\";s:5:\"pages\";s:1:\"1\";s:12:\"check_online\";s:2:\"30\";s:8:\"menu_bar\";s:1:\"0\";s:11:\"coefficient\";s:1:\"1\";s:12:\"stats_report\";s:0:\"\";s:11:\"time_report\";s:5:\"daily\";s:11:\"send_report\";s:4:\"mail\";s:14:\"content_report\";s:0:\"\";s:12:\"update_geoip\";b:1;s:8:\"store_ua\";s:0:\"\";s:21:\"exclude_administrator\";s:1:\"1\";s:18:\"disable_se_clearch\";s:1:\"1\";s:14:\"disable_se_ask\";s:1:\"1\";s:8:\"map_type\";s:6:\"jqvmap\";s:18:\"force_robot_update\";s:1:\"1\";s:17:\"show_welcome_page\";b:0;s:16:\"disable_se_baidu\";s:0:\"\";s:15:\"disable_se_bing\";s:0:\"\";s:21:\"disable_se_duckduckgo\";s:0:\"\";s:17:\"disable_se_google\";s:0:\"\";s:16:\"disable_se_yahoo\";s:0:\"\";s:17:\"disable_se_yandex\";s:0:\"\";s:15:\"track_all_pages\";s:0:\"\";s:14:\"disable_column\";s:0:\"\";s:9:\"show_hits\";s:0:\"\";s:21:\"display_hits_position\";s:1:\"0\";s:12:\"chart_totals\";s:0:\"\";s:12:\"hide_notices\";s:0:\"\";s:10:\"all_online\";s:0:\"\";s:20:\"strip_uri_parameters\";s:0:\"\";s:14:\"addsearchwords\";s:0:\"\";s:8:\"hash_ips\";s:0:\"\";s:10:\"email_list\";s:28:\"newnamagri@v1.webster.net.na\";s:15:\"browscap_report\";s:0:\"\";s:12:\"geoip_report\";s:0:\"\";s:12:\"prune_report\";s:0:\"\";s:14:\"upgrade_report\";s:0:\"\";s:13:\"admin_notices\";s:0:\"\";s:11:\"disable_map\";s:0:\"\";s:17:\"disable_dashboard\";s:0:\"\";s:14:\"disable_editor\";s:0:\"\";s:15:\"read_capability\";s:14:\"manage_options\";s:17:\"manage_capability\";s:14:\"manage_options\";s:14:\"exclude_editor\";s:0:\"\";s:14:\"exclude_author\";s:0:\"\";s:19:\"exclude_contributor\";s:0:\"\";s:18:\"exclude_subscriber\";s:0:\"\";s:17:\"record_exclusions\";s:0:\"\";s:10:\"exclude_ip\";s:0:\"\";s:17:\"exclude_loginpage\";s:0:\"\";s:18:\"excluded_countries\";s:0:\"\";s:18:\"included_countries\";s:0:\"\";s:14:\"excluded_hosts\";s:0:\"\";s:15:\"robot_threshold\";s:0:\"\";s:12:\"use_honeypot\";s:0:\"\";s:15:\"honeypot_postid\";s:0:\"\";s:13:\"exclude_feeds\";s:0:\"\";s:13:\"excluded_urls\";s:0:\"\";s:12:\"exclude_404s\";s:0:\"\";s:20:\"corrupt_browser_info\";s:0:\"\";s:12:\"exclude_ajax\";s:0:\"\";s:14:\"schedule_geoip\";s:2:\"on\";s:8:\"auto_pop\";s:2:\"on\";s:20:\"private_country_code\";s:3:\"000\";s:15:\"update_browscap\";b:1;s:17:\"schedule_browscap\";s:0:\"\";s:12:\"referrerspam\";s:0:\"\";s:19:\"update_referrerspam\";s:0:\"\";s:21:\"schedule_referrerspam\";s:0:\"\";s:16:\"schedule_dbmaint\";s:0:\"\";s:21:\"schedule_dbmaint_days\";s:3:\"365\";s:24:\"schedule_dbmaint_visitor\";s:0:\"\";s:29:\"schedule_dbmaint_visitor_hits\";s:2:\"50\";s:13:\"last_geoip_dl\";i:1541926019;s:23:\"first_show_welcome_page\";b:1;}','yes');
INSERT INTO `uo53_options` VALUES (350,'widget_wp_statistics_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(360,'vfb_db_version','2.9','yes'),(365,'widget_vfb_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(368,'vfb_dashboard_widget_options','a:1:{s:28:\"vfb_dashboard_recent_entries\";a:1:{s:5:\"items\";i:5;}}','yes'),(371,'preload_cache_counter','a:2:{s:1:\"c\";i:0;s:1:\"t\";i:1542744844;}','yes');
DROP TABLE IF EXISTS `uo53_postmeta`;
CREATE TABLE `uo53_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=MyISAM AUTO_INCREMENT=132 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_postmeta` VALUES (11,9,'_edit_last','1'),(12,9,'_wp_page_template','default'),(13,9,'_et_pb_post_hide_nav','default'),(14,9,'_et_pb_page_layout','et_right_sidebar'),(15,9,'_et_pb_side_nav','on'),(16,9,'_et_pb_use_builder','on'),(17,9,'_et_builder_version','BB|Divi|3.17.2'),(18,9,'_et_pb_ab_stats_refresh_interval','hourly'),(19,9,'_et_pb_old_content',''),(20,9,'_et_pb_enable_shortcode_tracking',''),(21,9,'_et_pb_custom_css',''),(22,9,'_edit_lock','1541926579:1'),(23,9,'_et_pb_show_page_creation','off'),(50,9,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(62,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:916;s:4:\"file\";s:19:\"2018/10/Header1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Header1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Header1-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Header1-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Header1-1024x670.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Header1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Header1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Header1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Header1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Header1-1080x707.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Header1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:68:\"Freight loading onto Boeing 747 cargo aircraft, Melbourne, Australia\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:43:\"Copyright 2008, Mike Watson Images Limited.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"14840052\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:30:{i:0;s:6:\"Colour\";i:1;s:11:\"Photography\";i:2;s:8:\"outdoors\";i:3;s:3:\"day\";i:4;s:8:\"close-up\";i:5;s:15:\"selective focus\";i:6;s:4:\"hand\";i:7;s:21:\"unrecognizable person\";i:8;s:15:\"one person only\";i:9;s:6:\"nature\";i:10;s:11:\"agriculture\";i:11;s:6:\"growth\";i:12;s:6:\"caring\";i:13;s:6:\"botany\";i:14;s:11:\"cultivation\";i:15;s:5:\"plant\";i:16;s:8:\"planting\";i:17;s:8:\"seedling\";i:18;s:4:\"stem\";i:19;s:4:\"soil\";i:20;s:12:\"horticulture\";i:21;s:4:\"leaf\";i:22;s:9:\"Melbourne\";i:23;s:9:\"Australia\";i:24;s:10:\"Boeing 747\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:3:\"one\";i:28;s:6:\"person\";i:29;s:0:\"\";}}}'),(61,36,'_wp_attached_file','2018/10/Header1.jpg'),(63,37,'_wp_attached_file','2018/10/Header2.jpg'),(64,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1372;s:4:\"file\";s:19:\"2018/10/Header2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Header2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Header2-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Header2-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Header2-1024x702.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Header2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Header2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Header2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Header2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Header2-1080x741.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Header2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:68:\"Freight loading onto Boeing 747 cargo aircraft, Melbourne, Australia\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:43:\"Copyright 2008, Mike Watson Images Limited.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"14840052\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:30:{i:0;s:6:\"Colour\";i:1;s:11:\"Photography\";i:2;s:8:\"outdoors\";i:3;s:3:\"day\";i:4;s:8:\"close-up\";i:5;s:15:\"selective focus\";i:6;s:4:\"hand\";i:7;s:21:\"unrecognizable person\";i:8;s:15:\"one person only\";i:9;s:6:\"nature\";i:10;s:11:\"agriculture\";i:11;s:6:\"growth\";i:12;s:6:\"caring\";i:13;s:6:\"botany\";i:14;s:11:\"cultivation\";i:15;s:5:\"plant\";i:16;s:8:\"planting\";i:17;s:8:\"seedling\";i:18;s:4:\"stem\";i:19;s:4:\"soil\";i:20;s:12:\"horticulture\";i:21;s:4:\"leaf\";i:22;s:9:\"Melbourne\";i:23;s:9:\"Australia\";i:24;s:10:\"Boeing 747\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:3:\"one\";i:28;s:6:\"person\";i:29;s:0:\"\";}}}'),(65,39,'_wp_attached_file','2018/10/Header3.jpg'),(66,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:878;s:4:\"file\";s:19:\"2018/10/Header3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Header3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Header3-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Header3-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Header3-1024x702.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Header3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Header3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Header3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Header3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Header3-1080x741.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Header3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:68:\"Freight loading onto Boeing 747 cargo aircraft, Melbourne, Australia\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:43:\"Copyright 2008, Mike Watson Images Limited.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"14840052\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:30:{i:0;s:6:\"Colour\";i:1;s:11:\"Photography\";i:2;s:8:\"outdoors\";i:3;s:3:\"day\";i:4;s:8:\"close-up\";i:5;s:15:\"selective focus\";i:6;s:4:\"hand\";i:7;s:21:\"unrecognizable person\";i:8;s:15:\"one person only\";i:9;s:6:\"nature\";i:10;s:11:\"agriculture\";i:11;s:6:\"growth\";i:12;s:6:\"caring\";i:13;s:6:\"botany\";i:14;s:11:\"cultivation\";i:15;s:5:\"plant\";i:16;s:8:\"planting\";i:17;s:8:\"seedling\";i:18;s:4:\"stem\";i:19;s:4:\"soil\";i:20;s:12:\"horticulture\";i:21;s:4:\"leaf\";i:22;s:9:\"Melbourne\";i:23;s:9:\"Australia\";i:24;s:10:\"Boeing 747\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:3:\"one\";i:28;s:6:\"person\";i:29;s:0:\"\";}}}'),(67,41,'_wp_attached_file','2018/10/Footer1.jpg'),(68,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:19:\"2018/10/Footer1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Footer1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Footer1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Footer1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Footer1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Footer1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Footer1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Footer1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Footer1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Footer1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Footer1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Alex McDonald\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(73,50,'_wp_attached_file','2018/10/Header5.jpg'),(74,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:877;s:4:\"file\";s:19:\"2018/10/Header5.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Header5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Header5-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Header5-768x526.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:526;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Header5-1024x702.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Header5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Header5-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Header5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Header5-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Header5-1080x740.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Header5-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:68:\"Freight loading onto Boeing 747 cargo aircraft, Melbourne, Australia\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:43:\"Copyright 2008, Mike Watson Images Limited.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"14840052\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:30:{i:0;s:6:\"Colour\";i:1;s:11:\"Photography\";i:2;s:8:\"outdoors\";i:3;s:3:\"day\";i:4;s:8:\"close-up\";i:5;s:15:\"selective focus\";i:6;s:4:\"hand\";i:7;s:21:\"unrecognizable person\";i:8;s:15:\"one person only\";i:9;s:6:\"nature\";i:10;s:11:\"agriculture\";i:11;s:6:\"growth\";i:12;s:6:\"caring\";i:13;s:6:\"botany\";i:14;s:11:\"cultivation\";i:15;s:5:\"plant\";i:16;s:8:\"planting\";i:17;s:8:\"seedling\";i:18;s:4:\"stem\";i:19;s:4:\"soil\";i:20;s:12:\"horticulture\";i:21;s:4:\"leaf\";i:22;s:9:\"Melbourne\";i:23;s:9:\"Australia\";i:24;s:10:\"Boeing 747\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:3:\"one\";i:28;s:6:\"person\";i:29;s:0:\"\";}}}'),(75,51,'_wp_attached_file','2018/10/Banner2.jpg'),(76,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2018/10/Banner2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Banner2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Banner2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Banner2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Banner2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Banner2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"Banner2-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Banner2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:10:\"1414187535\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(82,59,'_edit_last','1'),(83,59,'_wp_page_template','default'),(84,59,'_et_pb_post_hide_nav','default'),(85,59,'_et_pb_page_layout','et_right_sidebar'),(86,59,'_et_pb_side_nav','off'),(87,59,'_et_pb_use_builder','on'),(88,59,'_et_builder_version','BB|Divi|3.17.2'),(89,59,'_et_pb_ab_stats_refresh_interval','hourly'),(90,59,'_et_pb_old_content',''),(91,59,'_et_pb_enable_shortcode_tracking',''),(92,59,'_et_pb_custom_css',''),(93,59,'_edit_lock','1540029373:1'),(94,59,'_et_pb_show_page_creation','on'),(95,59,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(96,62,'_menu_item_type','custom'),(97,62,'_menu_item_menu_item_parent','0'),(98,62,'_menu_item_object_id','62'),(99,62,'_menu_item_object','custom'),(100,62,'_menu_item_target',''),(101,62,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(102,62,'_menu_item_xfn',''),(103,62,'_menu_item_url','https://auctions.namagri.com'),(105,63,'_menu_item_type','custom'),(106,63,'_menu_item_menu_item_parent','0'),(107,63,'_menu_item_object_id','63'),(108,63,'_menu_item_object','custom'),(109,63,'_menu_item_target',''),(110,63,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(111,63,'_menu_item_xfn',''),(112,63,'_menu_item_url','https://aviation.namagri.com'),(114,64,'_menu_item_type','custom'),(115,64,'_menu_item_menu_item_parent','0'),(116,64,'_menu_item_object_id','64'),(117,64,'_menu_item_object','custom'),(118,64,'_menu_item_target',''),(119,64,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(120,64,'_menu_item_xfn',''),(121,64,'_menu_item_url','https://properties.namagri.com'),(123,65,'_menu_item_type','custom'),(124,65,'_menu_item_menu_item_parent','0'),(125,65,'_menu_item_object_id','65'),(126,65,'_menu_item_object','custom'),(127,65,'_menu_item_target',''),(128,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(129,65,'_menu_item_xfn',''),(130,65,'_menu_item_url','https://debushing.namagri.com');
DROP TABLE IF EXISTS `uo53_posts`;
CREATE TABLE `uo53_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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` mediumtext 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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` mediumtext 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 `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=72 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_posts` VALUES (5,1,'2018-10-17 10:51:38','2018-10-17 10:51:38','','Divi','','publish','closed','closed','','divi','','','2018-10-18 09:34:58','2018-10-18 09:34:58','',0,'https://new.namagri.com/uncategorized/divi/',0,'custom_css','',0),(6,1,'2018-10-17 10:51:38','2018-10-17 10:51:38','','Divi','','inherit','closed','closed','','5-revision-v1','','','2018-10-17 10:51:38','2018-10-17 10:51:38','',5,'https://new.namagri.com/uncategorized/5-revision-v1/',0,'revision','',0),(9,1,'2018-10-17 10:52:39','2018-10-17 10:52:39','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.17.2\" link_option_url_new_window=\"on\" custom_margin=\"-10px||-10px|\"][et_pb_fullwidth_menu _builder_version=\"3.17.2\" menu_id=\"3\" link_option_url_new_window=\"on\" submenu_direction=\"downwards\" fullwidth_menu=\"off\" text_orientation=\"center\" menu_font=\"|800|||||||\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px|\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_repeat_1=\"no-repeat\" top_divider_color=\"#455860\" background_position_1=\"center_left\" prev_background_color=\"#000000\" top_divider_style=\"slant\" top_divider_flip=\"horizontal\" top_divider_arrangement=\"above_content\" top_divider_height=\"50px\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.2\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.2\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_url=\"/#contactus\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.2\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Who What\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Tell Me More\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_url=\"/#aboutus\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.2\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\" top_divider_style=\"slant\" top_divider_arrangement=\"above_content\" top_divider_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.17.2\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||100px|\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.2\"][et_pb_column type=\"3_4\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"/#contactus\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" border_radii=\"on|10px|10px|10px|10px\" module_id=\"aboutus\"]\r\n\r\nFounded in 2008 by Alex McDonald as Professional Auctioneer and then gradually expanding the five business lines to where Namagri is today. Qualified as Professional Auctioneer in 1996, Alex McDonald conducts Auctions in Namibia. Namagri\'s Auctioneering Services is well-known for being professional executed.\r\n\r\nNamagri\'s team members are Estate Agents and registered with the NEAB to deliver this specialised service as Estate Agents to you. Whether you want to sell your Residential Property, Commercial Property, Farm, Building, Warehouse,\r\nBusiness, Running Concern, Lodge, Plot or other fixed assets we will be glad to help you.\r\n\r\nNamagri Aviation Services has a fleet of Helicopters and an Aeroplane to deliver the service to you if needed. Namagri is also the registered dealers and service center for the Robinson Helicopter Company in Namibia. We will give you quality and experienced help with the aquisiton and the maintenance of new and pre-owned helicopters.\r\n\r\nWildlife services on trade of wildlife as well as auctions has been our specialty over many years. Namagri is Namibia’s only legal aerial de-bushing company for over ten years.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_divider _builder_version=\"3.17.2\" show_divider=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.2\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\" background_color_gradient_end_position=\"90%\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" module_id=\"contactus\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.2\"] [vfb id=1] [/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_tabs admin_label=\"Contacts\" _builder_version=\"3.17.2\"][et_pb_tab _builder_version=\"3.17.2\" title=\"Head Office\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n<h3>Christo Brisley</h3>\r\nNo 16, Eland Street, Windhoek, Namibia\r\n081 122 0691\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.17.2\" title=\"Properties\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n<h3>Mara-Lee Doiseb</h3>\r\nTel: +264 81 142 0137\r\nEmail: maralee@namagri.com\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.17.2\" title=\"De Bushing\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n<table class=\"contactlist\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr class=\"heading\">\r\n<td><strong>Name</strong></td>\r\n<td><strong>Area</strong></td>\r\n<td style=\"border-right: none !important;\"><strong>Phone</strong></td>\r\n</tr>\r\n<tr class=\"a\">\r\n<td class=\"std\">Christo Brisley</td>\r\n<td class=\"std\">Windhoek</td>\r\n<td class=\"std\">081 122 0691</td>\r\n</tr>\r\n<tr class=\"a\">\r\n<td class=\"std\">Chris van Lill</td>\r\n<td class=\"std\">Mariental</td>\r\n<td class=\"std\">081 409 8303</td>\r\n</tr>\r\n<tr class=\"b\">\r\n<td class=\"std\">Rolf Haase</td>\r\n<td class=\"std\">Wilhelmstal</td>\r\n<td class=\"std\">081 127 4911</td>\r\n</tr>\r\n<tr class=\"a\">\r\n<td class=\"std\">Uwe Bertram</td>\r\n<td class=\"std\">Grootfontein</td>\r\n<td class=\"std\">081 127 1110</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','publish','closed','closed','','home','','','2018-10-28 09:15:06','2018-10-28 09:15:06','',0,'https://new.namagri.com/?page_id=9',0,'page','',0),(10,1,'2018-10-17 10:52:39','2018-10-17 10:52:39','','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-17 10:52:39','2018-10-17 10:52:39','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(13,1,'2018-10-17 11:05:23','2018-10-17 11:05:23','[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-17 11:05:23','2018-10-17 11:05:23','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(69,1,'2018-10-28 09:15:06','2018-10-28 09:15:06','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.17.2\" link_option_url_new_window=\"on\" custom_margin=\"-10px||-10px|\"][et_pb_fullwidth_menu _builder_version=\"3.17.2\" menu_id=\"3\" link_option_url_new_window=\"on\" submenu_direction=\"downwards\" fullwidth_menu=\"off\" text_orientation=\"center\" menu_font=\"|800|||||||\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px|\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_repeat_1=\"no-repeat\" top_divider_color=\"#455860\" background_position_1=\"center_left\" prev_background_color=\"#000000\" top_divider_style=\"slant\" top_divider_flip=\"horizontal\" top_divider_arrangement=\"above_content\" top_divider_height=\"50px\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.2\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.2\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_url=\"/#contactus\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.2\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Who What\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Tell Me More\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_url=\"/#aboutus\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.2\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\" top_divider_style=\"slant\" top_divider_arrangement=\"above_content\" top_divider_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.17.2\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||100px|\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.2\"][et_pb_column type=\"3_4\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"/#contactus\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" border_radii=\"on|10px|10px|10px|10px\" module_id=\"aboutus\"]\r\n\r\nFounded in 2008 by Alex McDonald as Professional Auctioneer and then gradually expanding the five business lines to where Namagri is today. Qualified as Professional Auctioneer in 1996, Alex McDonald conducts Auctions in Namibia. Namagri\'s Auctioneering Services is well-known for being professional executed.\r\n\r\nNamagri\'s team members are Estate Agents and registered with the NEAB to deliver this specialised service as Estate Agents to you. Whether you want to sell your Residential Property, Commercial Property, Farm, Building, Warehouse,\r\nBusiness, Running Concern, Lodge, Plot or other fixed assets we will be glad to help you.\r\n\r\nNamagri Aviation Services has a fleet of Helicopters and an Aeroplane to deliver the service to you if needed. Namagri is also the registered dealers and service center for the Robinson Helicopter Company in Namibia. We will give you quality and experienced help with the aquisiton and the maintenance of new and pre-owned helicopters.\r\n\r\nWildlife services on trade of wildlife as well as auctions has been our specialty over many years. Namagri is Namibia’s only legal aerial de-bushing company for over ten years.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_divider _builder_version=\"3.17.2\" show_divider=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.2\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\" background_color_gradient_end_position=\"90%\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" module_id=\"contactus\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.2\"] [vfb id=1] [/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_tabs admin_label=\"Contacts\" _builder_version=\"3.17.2\"][et_pb_tab _builder_version=\"3.17.2\" title=\"Head Office\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n<h3>Christo Brisley</h3>\r\nNo 16, Eland Street, Windhoek, Namibia\r\n081 122 0691\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.17.2\" title=\"Properties\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n<h3>Mara-Lee Doiseb</h3>\r\nTel: +264 81 142 0137\r\nEmail: maralee@namagri.com\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.17.2\" title=\"De Bushing\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n<table class=\"contactlist\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr class=\"heading\">\r\n<td><strong>Name</strong></td>\r\n<td><strong>Area</strong></td>\r\n<td style=\"border-right: none !important;\"><strong>Phone</strong></td>\r\n</tr>\r\n<tr class=\"a\">\r\n<td class=\"std\">Christo Brisley</td>\r\n<td class=\"std\">Windhoek</td>\r\n<td class=\"std\">081 122 0691</td>\r\n</tr>\r\n<tr class=\"a\">\r\n<td class=\"std\">Chris van Lill</td>\r\n<td class=\"std\">Mariental</td>\r\n<td class=\"std\">081 409 8303</td>\r\n</tr>\r\n<tr class=\"b\">\r\n<td class=\"std\">Rolf Haase</td>\r\n<td class=\"std\">Wilhelmstal</td>\r\n<td class=\"std\">081 127 4911</td>\r\n</tr>\r\n<tr class=\"a\">\r\n<td class=\"std\">Uwe Bertram</td>\r\n<td class=\"std\">Grootfontein</td>\r\n<td class=\"std\">081 127 1110</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-28 09:15:06','2018-10-28 09:15:06','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0);
INSERT INTO `uo53_posts` VALUES (27,1,'2018-11-11 08:58:29','2018-11-11 08:58:29','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.17.2\" link_option_url_new_window=\"on\" custom_margin=\"-10px||-10px|\"][et_pb_fullwidth_menu _builder_version=\"3.17.2\" menu_id=\"3\" link_option_url_new_window=\"on\" submenu_direction=\"downwards\" fullwidth_menu=\"off\" text_orientation=\"center\" menu_font=\"|800|||||||\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#fdb514\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px|\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_repeat_1=\"no-repeat\" top_divider_color=\"#124a0f\" background_position_1=\"center_left\" prev_background_color=\"#000000\" top_divider_style=\"slant\" top_divider_flip=\"horizontal\" top_divider_arrangement=\"above_content\" top_divider_height=\"50px\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.2\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.2\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\n<h2>Welcome to Namagri</h2>\n<h6>Let us show you the way forward.</h6>\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_url=\"/#contactus\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#fdb514\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.2\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\n\nNamagri has prime proprieties on offer for you.\n\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.2\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\n\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\n\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#fdb514\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\n\nDefining your goals we can help you succeed.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\n\nWe know the local conditions and can help you navigate the way.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\n\nNAMAGRI\'s dedicated team will assure you of the best service.\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\n\nProven products tough enough for local conditions.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Who What\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#fdb514\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\n<h2>Who is NAMAGRI?</h2>\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\n<h2>What can we do for you?</h2>\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\n\n[/et_pb_text][et_pb_button button_text=\"Tell Me More\" _builder_version=\"3.17.2\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_url=\"/#aboutus\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\n<h2>What We Offer to You?</h2>\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\n\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\n\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\n\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\n\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\n\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\n\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\n\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\n\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\n\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\n\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.2\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\" top_divider_style=\"slant\" top_divider_arrangement=\"above_content\" top_divider_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.17.2\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||100px|\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.2\"][et_pb_column type=\"3_4\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"/#contactus\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" border_radii=\"on|10px|10px|10px|10px\" module_id=\"aboutus\"]\n\nFounded in 2008 by Alex McDonald as Professional Auctioneer and then gradually expanding the five business lines to where Namagri is today. Qualified as Professional Auctioneer in 1996, Alex McDonald conducts Auctions in Namibia. Namagri\'s Auctioneering Services is well-known for being professional executed.\n\nNamagri\'s team members are Estate Agents and registered with the NEAB to deliver this specialised service as Estate Agents to you. Whether you want to sell your Residential Property, Commercial Property, Farm, Building, Warehouse,\nBusiness, Running Concern, Lodge, Plot or other fixed assets we will be glad to help you.\n\nNamagri Aviation Services has a fleet of Helicopters and an Aeroplane to deliver the service to you if needed. Namagri is also the registered dealers and service center for the Robinson Helicopter Company in Namibia. We will give you quality and experienced help with the aquisiton and the maintenance of new and pre-owned helicopters.\n\nWildlife services on trade of wildlife as well as auctions has been our specialty over many years. Namagri is Namibia’s first legal aerial de-bushing company for over ten years.\n\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_divider _builder_version=\"3.17.2\" show_divider=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.2\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\" background_color_gradient_end_position=\"90%\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\" module_id=\"contactus\"]\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.2\"]\n\n[vfb id=1]\n\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_tabs admin_label=\"Contacts\" _builder_version=\"3.17.2\"][et_pb_tab _builder_version=\"3.17.2\" title=\"Head Office\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\n<h3>Christo Brisley</h3>\nNo 16, Eland Street, Windhoek, Namibia\n081 122 0691\n\n[/et_pb_tab][et_pb_tab _builder_version=\"3.17.2\" title=\"Properties\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\n<h3>Mara-Lee Doiseb</h3>\nTel: +264 81 142 0137\nEmail: maralee@namagri.com\n\n[/et_pb_tab][et_pb_tab _builder_version=\"3.17.2\" title=\"De Bushing\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\n<table class=\"contactlist\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr class=\"heading\">\n<td><strong>Name</strong></td>\n<td><strong>Area</strong></td>\n<td style=\"border-right: none !important;\"><strong>Phone</strong></td>\n</tr>\n<tr class=\"a\">\n<td class=\"std\">Christo Brisley</td>\n<td class=\"std\">Windhoek</td>\n<td class=\"std\">081 122 0691</td>\n</tr>\n<tr class=\"a\">\n<td class=\"std\">Chris van Lill</td>\n<td class=\"std\">Mariental</td>\n<td class=\"std\">081 409 8303</td>\n</tr>\n<tr class=\"b\">\n<td class=\"std\">Rolf Haase</td>\n<td class=\"std\">Wilhelmstal</td>\n<td class=\"std\">081 127 4911</td>\n</tr>\n<tr class=\"a\">\n<td class=\"std\">Uwe Bertram</td>\n<td class=\"std\">Grootfontein</td>\n<td class=\"std\">081 127 1110</td>\n</tr>\n</tbody>\n</table>\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-autosave-v1','','','2018-11-11 08:58:29','2018-11-11 08:58:29','',9,'https://new.namagri.com/uncategorized/9-autosave-v1/',0,'revision','',0),(51,1,'2018-10-18 18:15:50','2018-10-18 18:15:50','','Banner2','','inherit','closed','closed','','banner2','','','2018-10-18 18:15:50','2018-10-18 18:15:50','',9,'https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg',0,'attachment','image/jpeg',0),(52,1,'2018-10-18 18:16:36','2018-10-18 18:16:36','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_position_1=\"center_left\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"What is Coaching?\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.2\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.6\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.1\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"5%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\"]\r\n\r\n[vfb id=1]\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-18 18:16:36','2018-10-18 18:16:36','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0);
INSERT INTO `uo53_posts` VALUES (41,1,'2018-10-18 08:29:56','2018-10-18 08:29:56','','Footer1','','inherit','open','closed','','footer1','','','2018-10-18 08:29:56','2018-10-18 08:29:56','',9,'https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg',0,'attachment','image/jpeg',0),(45,1,'2018-10-18 09:09:18','2018-10-18 09:09:18','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header3.jpg\" _builder_version=\"3.17.1\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_position_1=\"center_left\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"#\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"#\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"What is Coaching?\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.1\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner1.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.6\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.1\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\nImperdiet laboramus deterruisset vis ea. Has eu alterum probatus instructior. In mollis ancillae persequeris qui, no eos quod facete quaerendum. No case persius euismod eum, in nostrum mnesarchum conclusionemque duo.\r\n\r\nVim ut modus adipisci adversarium, paulo saepe theophrastus id eum, ridens expetendis ius ea. Cum erroribus torquatos no, debet corrumpit referrentur id nec, putant bonorum atomorum ea vix. Vix ei quod eruditi blandit, mei ut prima vituperatoribus. No adhuc singulis sed. In sed noster virtute, at tollit tritani suavitate mel, et sea virtute expetendis mnesarchum.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.1\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"5%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-18 09:09:18','2018-10-18 09:09:18','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(44,1,'2018-10-18 08:57:22','2018-10-18 08:57:22','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header3.jpg\" _builder_version=\"3.17.1\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_position_1=\"center_left\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"#\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"#\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Relationship Coaching \" use_icon=\"on\" font_icon=\"%%259%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Stress Management\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Career Advice\" use_icon=\"on\" font_icon=\"%%253%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"What is Coaching?\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.1\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner1.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.6\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Me\" title=\"About Me\" button_url=\"#\" button_text=\"Meet Me\" _builder_version=\"3.6\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus malesuada nibh quam. A congue ante ultricies sit amet. Maecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare. Donec placerat bibendum purus ac volutpat.\r\n\r\nMaecenas ligula nisi, mollis ac nulla et, sagittis lobortis erat. Vestibulum rutrum at quam vitae consectetur. Suspendisse ullamcorper hendrerit turpis, ac cursus eros lacinia at. Donec vitae fermentum ligula. Sed porta ac ante ut maximus. Donec aliquet leo porta, viverra diam ut, accumsan metus.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.1\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"5%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-18 08:57:22','2018-10-18 08:57:22','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0);
INSERT INTO `uo53_posts` VALUES (43,1,'2018-10-18 08:49:36','2018-10-18 08:49:36','<p>[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header3.jpg\" _builder_version=\"3.17.1\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_position_1=\"center_left\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]</p><h2>Welcome to Namagri</h2><h6>Let us show you the way forward.</h6><p>[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]</p><h1>Helping You Find &amp; Forge Your Own Path to Success</h1><p>[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"#\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]</p><p>Namagri has prime proprieties on offer for you.</p><p>[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"#\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]</p><p>Namagri offers leading auctioneering services. Have a look at upcoming auctions.</p><p>[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]</p><p>Vestibulum ac diam sit amet quam vehicula elementum sed sit</p><p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Relationship Coaching \" use_icon=\"on\" font_icon=\"%%259%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]</p><p>Vestibulum ac diam sit amet quam vehicula elementum sed sit</p><p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Stress Management\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]</p><p>Vestibulum ac diam sit amet quam vehicula elementum sed sit</p><p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Career Advice\" use_icon=\"on\" font_icon=\"%%253%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]</p><p>Vestibulum ac diam sit amet quam vehicula elementum sed sit</p><p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"What is Coaching?\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]</p><h2>Who is NAMAGRI?</h2><p>NAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.</p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]</p><h2>What can we do for you?</h2><p>NAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]</p><h2>What is The Process Like?</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugiat purus. Integer gravida, ex vel hendrerit sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugia</p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]</p><p>Whether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.</p><p>[/et_pb_toggle][et_pb_toggle title=\"2. Auctioneering Service\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]</p><p>We have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.</p><p>[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]</p><p>NAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.</p><p>[/et_pb_toggle][et_pb_toggle title=\"4. Curabitur aliquet quam id dui posuere blandit.\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]</p><p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p><p>[/et_pb_toggle][et_pb_toggle title=\"5. Curabitur arcu erat, accumsan id imperdiet et.\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]</p><p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p><p>[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.1\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner1.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.6\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Me\" title=\"About Me\" button_url=\"#\" button_text=\"Meet Me\" _builder_version=\"3.6\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus malesuada nibh quam. A congue ante ultricies sit amet. Maecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare. Donec placerat bibendum purus ac volutpat.</p><p>Maecenas ligula nisi, mollis ac nulla et, sagittis lobortis erat. Vestibulum rutrum at quam vitae consectetur. Suspendisse ullamcorper hendrerit turpis, ac cursus eros lacinia at. Donec vitae fermentum ligula. Sed porta ac ante ut maximus. Donec aliquet leo porta, viverra diam ut, accumsan metus.</p><p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]</p><h2>Testimonials</h2><p>[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]</p><p>\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"</p><p>[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]</p><p>\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"</p><p>[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]</p><p>\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"</p><p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.1\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"5%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]</p><h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2><p>[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]</p>','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-18 08:49:36','2018-10-18 08:49:36','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(40,1,'2018-10-18 08:23:50','2018-10-18 08:23:50','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header3.jpg\" _builder_version=\"3.17.1\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_position_1=\"center_left\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"#\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"#\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Relationship Coaching \" use_icon=\"on\" font_icon=\"%%259%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Stress Management\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Career Advice\" use_icon=\"on\" font_icon=\"%%253%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"What is Coaching?\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What is The Process Like?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugiat purus. Integer gravida, ex vel hendrerit sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugia\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Donec rutrum congue leo eget malesuada.\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\" 2. Vestibulum ac diam sit amet quam vehicula sed\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Donec sollicitudin molestie malesuada.\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Curabitur aliquet quam id dui posuere blandit.\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Curabitur arcu erat, accumsan id imperdiet et.\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Pricing Packages\" next_background_color=\"#e2e2e2\" _builder_version=\"3.6\" custom_padding=\"53px|0px|0|0px|false|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.6\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"]\r\n<h2>Coaching Packages</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_width_px=\"1280px\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0|0px|0|0px|true|false\" make_equal=\"on\" background_color_1=\"#f2f2f2\" background_color_2=\"#f7f7f7\" background_color_3=\"#fcfcfc\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_4=\"on\" background_color_gradient_start_4=\"#d0d6db\" background_color_gradient_end_4=\"#d9dfe4\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"30px\" padding_top_2=\"30px\" padding_top_3=\"30px\" padding_top_4=\"50px\" padding_right_1=\"30px\" padding_right_2=\"30px\" padding_right_3=\"30px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"30px\" padding_left_2=\"30px\" padding_left_3=\"30px\" padding_left_4=\"40px\" padding_1_tablet=\"||30px|\" padding_2_tablet=\"||30px|\" padding_4_tablet=\"60px|||\" padding_1_phone=\"50px||50px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" padding_3_last_edited=\"on|tablet\" _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>2 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$800\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>4 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$1200\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>8 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$2200\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.1\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-25.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.6\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Me\" title=\"About Me\" button_url=\"#\" button_text=\"Meet Me\" _builder_version=\"3.6\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus malesuada nibh quam. A congue ante ultricies sit amet. Maecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare. Donec placerat bibendum purus ac volutpat.\r\n\r\nMaecenas ligula nisi, mollis ac nulla et, sagittis lobortis erat. Vestibulum rutrum at quam vitae consectetur. Suspendisse ullamcorper hendrerit turpis, ac cursus eros lacinia at. Donec vitae fermentum ligula. Sed porta ac ante ut maximus. Donec aliquet leo porta, viverra diam ut, accumsan metus.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.1\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"5%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-20.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-18 08:23:50','2018-10-18 08:23:50','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0);
INSERT INTO `uo53_posts` VALUES (38,1,'2018-10-18 05:59:35','2018-10-18 05:59:35','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header2.jpg\" _builder_version=\"3.17.1\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"#\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"#\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Relationship Coaching \" use_icon=\"on\" font_icon=\"%%259%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Stress Management\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Career Advice\" use_icon=\"on\" font_icon=\"%%253%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"What is Coaching?\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What Is Life Coaching?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugiat purus. Integer gravida, ex vel hendrerit sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugia\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who Is Coaching For?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugiat purus. Integer gravida, ex vel hendrerit sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugia\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What is The Process Like?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugiat purus. Integer gravida, ex vel hendrerit sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugia\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Donec rutrum congue leo eget malesuada.\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\" 2. Vestibulum ac diam sit amet quam vehicula sed\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Donec sollicitudin molestie malesuada.\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Curabitur aliquet quam id dui posuere blandit.\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Curabitur arcu erat, accumsan id imperdiet et.\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Pricing Packages\" next_background_color=\"#e2e2e2\" _builder_version=\"3.6\" custom_padding=\"53px|0px|0|0px|false|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.6\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"]\r\n<h2>Coaching Packages</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_width_px=\"1280px\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0|0px|0|0px|true|false\" make_equal=\"on\" background_color_1=\"#f2f2f2\" background_color_2=\"#f7f7f7\" background_color_3=\"#fcfcfc\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_4=\"on\" background_color_gradient_start_4=\"#d0d6db\" background_color_gradient_end_4=\"#d9dfe4\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"30px\" padding_top_2=\"30px\" padding_top_3=\"30px\" padding_top_4=\"50px\" padding_right_1=\"30px\" padding_right_2=\"30px\" padding_right_3=\"30px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"30px\" padding_left_2=\"30px\" padding_left_3=\"30px\" padding_left_4=\"40px\" padding_1_tablet=\"||30px|\" padding_2_tablet=\"||30px|\" padding_4_tablet=\"60px|||\" padding_1_phone=\"50px||50px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" padding_3_last_edited=\"on|tablet\" _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>2 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$800\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>4 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$1200\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>8 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$2200\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.1\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-25.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.6\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Me\" title=\"About Me\" button_url=\"#\" button_text=\"Meet Me\" _builder_version=\"3.6\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus malesuada nibh quam. A congue ante ultricies sit amet. Maecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare. Donec placerat bibendum purus ac volutpat.\r\n\r\nMaecenas ligula nisi, mollis ac nulla et, sagittis lobortis erat. Vestibulum rutrum at quam vitae consectetur. Suspendisse ullamcorper hendrerit turpis, ac cursus eros lacinia at. Donec vitae fermentum ligula. Sed porta ac ante ut maximus. Donec aliquet leo porta, viverra diam ut, accumsan metus.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.1\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"5%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-20.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-18 05:59:35','2018-10-18 05:59:35','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(35,1,'2018-10-18 05:54:01','2018-10-18 05:54:01','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-29.jpg\" background_size_1=\"cover\" _builder_version=\"3.17.1\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"#\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"#\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Relationship Coaching \" use_icon=\"on\" font_icon=\"%%259%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Stress Management\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Career Advice\" use_icon=\"on\" font_icon=\"%%253%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"1px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"What is Coaching?\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What Is Life Coaching?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugiat purus. Integer gravida, ex vel hendrerit sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugia\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who Is Coaching For?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugiat purus. Integer gravida, ex vel hendrerit sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugia\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What is The Process Like?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugiat purus. Integer gravida, ex vel hendrerit sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugia\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Donec rutrum congue leo eget malesuada.\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\" 2. Vestibulum ac diam sit amet quam vehicula sed\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Donec sollicitudin molestie malesuada.\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Curabitur aliquet quam id dui posuere blandit.\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Curabitur arcu erat, accumsan id imperdiet et.\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nYour content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Pricing Packages\" next_background_color=\"#e2e2e2\" _builder_version=\"3.6\" custom_padding=\"53px|0px|0|0px|false|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.6\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"]\r\n<h2>Coaching Packages</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_width_px=\"1280px\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0|0px|0|0px|true|false\" make_equal=\"on\" background_color_1=\"#f2f2f2\" background_color_2=\"#f7f7f7\" background_color_3=\"#fcfcfc\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_4=\"on\" background_color_gradient_start_4=\"#d0d6db\" background_color_gradient_end_4=\"#d9dfe4\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"30px\" padding_top_2=\"30px\" padding_top_3=\"30px\" padding_top_4=\"50px\" padding_right_1=\"30px\" padding_right_2=\"30px\" padding_right_3=\"30px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"30px\" padding_left_2=\"30px\" padding_left_3=\"30px\" padding_left_4=\"40px\" padding_1_tablet=\"||30px|\" padding_2_tablet=\"||30px|\" padding_4_tablet=\"60px|||\" padding_1_phone=\"50px||50px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" padding_3_last_edited=\"on|tablet\" _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>2 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$800\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>4 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$1200\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>8 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$2200\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.1\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-25.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.6\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Me\" title=\"About Me\" button_url=\"#\" button_text=\"Meet Me\" _builder_version=\"3.6\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus malesuada nibh quam. A congue ante ultricies sit amet. Maecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare. Donec placerat bibendum purus ac volutpat.\r\n\r\nMaecenas ligula nisi, mollis ac nulla et, sagittis lobortis erat. Vestibulum rutrum at quam vitae consectetur. Suspendisse ullamcorper hendrerit turpis, ac cursus eros lacinia at. Donec vitae fermentum ligula. Sed porta ac ante ut maximus. Donec aliquet leo porta, viverra diam ut, accumsan metus.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.1\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"5%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-20.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-18 05:54:01','2018-10-18 05:54:01','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0);
INSERT INTO `uo53_posts` VALUES (36,1,'2018-10-18 05:55:16','2018-10-18 05:55:16','','Header1','Freight loading onto Boeing 747 cargo aircraft, Melbourne, Australia','inherit','open','closed','','header1','','','2018-10-18 05:55:16','2018-10-18 05:55:16','',0,'https://new.namagri.com/wp-content/uploads/2018/10/Header1.jpg',0,'attachment','image/jpeg',0),(37,1,'2018-10-18 05:59:24','2018-10-18 05:59:24','','Header2','Freight loading onto Boeing 747 cargo aircraft, Melbourne, Australia','inherit','open','closed','','header2','','','2018-10-18 05:59:24','2018-10-18 05:59:24','',9,'https://new.namagri.com/wp-content/uploads/2018/10/Header2.jpg',0,'attachment','image/jpeg',0),(33,1,'2018-10-17 14:15:33','2018-10-17 14:15:33','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-29.jpg\" background_size_1=\"cover\" _builder_version=\"3.6\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.6\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_font=\"||||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>I\'m Carley Jenson</h2>\r\n<h6>Personal Life &amp; Career Coach</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" header_2_font=\"||||||||\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"#\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"#\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Relationship Coaching \" use_icon=\"on\" font_icon=\"%%259%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Stress Management\" use_icon=\"on\" font_icon=\"%%257%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Career Advice\" use_icon=\"on\" font_icon=\"%%253%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.6\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nVestibulum ac diam sit amet quam vehicula elementum sed sit\r\n\r\n[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#44627c\" button_bg_color=\"rgba(255,255,255,0.7)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" locked=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"What is Coaching?\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What Is Life Coaching?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugiat purus. Integer gravida, ex vel hendrerit sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugia\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who Is Coaching For?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugiat purus. Integer gravida, ex vel hendrerit sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugia\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What is The Process Like?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugiat purus. Integer gravida, ex vel hendrerit sagittis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius purus nec lobortis vulputate. Suspendisse sit amet feugia\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Donec rutrum congue leo eget malesuada.\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"] Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings. [/et_pb_toggle][et_pb_toggle title=\" 2. Vestibulum ac diam sit amet quam vehicula sed\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"] Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings. [/et_pb_toggle][et_pb_toggle title=\"3. Donec sollicitudin molestie malesuada.\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"] Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings. [/et_pb_toggle][et_pb_toggle title=\"4. Curabitur aliquet quam id dui posuere blandit.\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"] Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings. [/et_pb_toggle][et_pb_toggle title=\"5. Curabitur arcu erat, accumsan id imperdiet et.\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"] Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings. [/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Pricing Packages\" next_background_color=\"#e2e2e2\" _builder_version=\"3.6\" custom_padding=\"53px|0px|0|0px|false|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.6\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" locked=\"off\"]\r\n<h2>Coaching Packages</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_width_px=\"1280px\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0|0px|0|0px|true|false\" make_equal=\"on\" background_color_1=\"#f2f2f2\" background_color_2=\"#f7f7f7\" background_color_3=\"#fcfcfc\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_4=\"on\" background_color_gradient_start_4=\"#d0d6db\" background_color_gradient_end_4=\"#d9dfe4\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"30px\" padding_top_2=\"30px\" padding_top_3=\"30px\" padding_top_4=\"50px\" padding_right_1=\"30px\" padding_right_2=\"30px\" padding_right_3=\"30px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"30px\" padding_left_2=\"30px\" padding_left_3=\"30px\" padding_left_4=\"40px\" padding_1_tablet=\"||30px|\" padding_2_tablet=\"||30px|\" padding_4_tablet=\"60px|||\" padding_1_phone=\"50px||50px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" padding_3_last_edited=\"on|tablet\" _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>2 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$800\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>4 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$1200\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Package\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_3_font=\"|700|||||||\" header_3_line_height=\"1.5em\" locked=\"off\"]\r\n<h3>8 Week Coaching Package</h3>\r\nMaecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare.\r\n\r\n[/et_pb_text][et_pb_toggle title=\"More Details\" open_toggle_background_color=\"rgba(255,255,255,0)\" closed_toggle_background_color=\"rgba(255,255,255,0)\" icon_color=\"#345168\" _builder_version=\"3.6\" title_font=\"Lato|700|||||||\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" border_width_all=\"0px\" custom_padding=\"|0px||0px|false|true\" locked=\"off\"]\r\n\r\nVivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Donec sollicitudin molestie malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Nulla quis lorem ut libero malesuada feugiat. Donec sollicitudin molestie malesuada. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.\r\n\r\n[/et_pb_toggle][et_pb_text admin_label=\"Price\" _builder_version=\"3.6\" text_font=\"Lato|700|||||||\" text_text_color=\"#000000\" text_font_size=\"40px\" text_line_height=\"1.8em\" header_font=\"||||||||\" header_4_font=\"||||||||\" custom_margin=\"||0px|\" locked=\"off\"]\r\n\r\n$2200\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Buy Now\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" locked=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.6\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-25.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.6\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Me\" title=\"About Me\" button_url=\"#\" button_text=\"Meet Me\" _builder_version=\"3.6\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus malesuada nibh quam. A congue ante ultricies sit amet. Maecenas ante mauris, placerat in pretium non, sagittis a leo. Nulla feugiat ipsum facilisis finibus ornare. Donec placerat bibendum purus ac volutpat.\r\n\r\nMaecenas ligula nisi, mollis ac nulla et, sagittis lobortis erat. Vestibulum rutrum at quam vitae consectetur. Suspendisse ullamcorper hendrerit turpis, ac cursus eros lacinia at. Donec vitae fermentum ligula. Sed porta ac ante ut maximus. Donec aliquet leo porta, viverra diam ut, accumsan metus.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.6\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"5%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-20.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-17 14:15:33','2018-10-17 14:15:33','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(39,1,'2018-10-18 08:04:39','2018-10-18 08:04:39','','Header3','Freight loading onto Boeing 747 cargo aircraft, Melbourne, Australia','inherit','open','closed','','header3','','','2018-10-18 08:04:39','2018-10-18 08:04:39','',0,'https://new.namagri.com/wp-content/uploads/2018/10/Header3.jpg',0,'attachment','image/jpeg',0),(28,1,'2018-10-17 11:11:21','2018-10-17 11:11:21','[et_pb_section bb_built=\"1\" admin_label=\"Header\" custom_padding_last_edited=\"on|desktop\" next_background_color=\"#fbfcfd\" _builder_version=\"3.16.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ff4c00\" background_color_gradient_end=\"#262d3f\" background_color_gradient_direction=\"90deg\" background_color_gradient_start_position=\"50%\" background_color_gradient_end_position=\"50%\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-01.png\" background_size=\"contain\" background_position=\"bottom_right\" custom_padding=\"10vw||10vw||true|false\" custom_padding_phone=\"40px||40px||true|false\" bottom_divider_style=\"ramp\" bottom_divider_height=\"21vw\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" bottom_divider_height_phone=\"0px\" bottom_divider_height_last_edited=\"on|phone\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" bottom_divider_height__hover_enabled=\"on\" bottom_divider_height__hover=\"19vw\"][et_pb_row use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"92%\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0|0px|0|0px|false|false\" make_equal=\"on\" background_color_1=\"#ff4c00\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-02.jpg\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"true\" background_repeat_1=\"repeat\" background_blend_1=\"overlay\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" background_color_gradient_start_1=\"rgba(255,76,0,0.7)\" background_color_gradient_start_2=\"rgba(255,255,255,0.91)\" background_color_gradient_end_1=\"rgba(255,255,255,0)\" background_color_gradient_end_2=\"#262d3f\" background_color_gradient_type_1=\"radial\" background_color_gradient_type_2=\"radial\" background_color_gradient_direction_radial_1=\"bottom right\" background_color_gradient_direction_radial_2=\"bottom left\" background_color_gradient_end_position_2=\"83%\" padding_top_2=\"10vw\" padding_right_2=\"40px\" padding_bottom_2=\"10vw\" padding_left_2=\"40px\" _builder_version=\"3.16.1\" border_radii=\"|25vw||15vw|\" box_shadow_style=\"preset3\" box_shadow_vertical=\"20px\" box_shadow_blur=\"120px\" box_shadow_spread=\"-10px\" box_shadow_color=\"rgba(0,0,0,0.4)\" animation_style=\"zoom\" animation_direction=\"right\" animation_intensity_zoom=\"4%\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_vertical__hover=\"40px\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"200px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" header_font=\"Oswald||on|on|||||\" header_font_size=\"14px\" header_font_size_tablet=\"4vw\" header_font_size_last_edited=\"off|desktop\" header_letter_spacing=\"7px\" header_line_height=\"1.6em\" text_orientation=\"right\" background_layout=\"dark\" custom_margin=\"|||\" custom_padding=\"|5vw||\" custom_padding_phone=\"|0vw||\" custom_padding_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\"]\r\n<h1>The Way Forward</h1>\r\n[/et_pb_text][et_pb_divider color=\"#ff4c00\" divider_weight=\"2px\" height=\"10px\" _builder_version=\"3.16.1\" max_width=\"140px\" module_alignment=\"right\" locked=\"off\" /][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" header_2_font=\"Oswald|600|on|on|||||\" header_2_font_size=\"4.9vw\" header_2_font_size_tablet=\"7.5vw\" header_2_font_size_last_edited=\"on|desktop\" header_2_letter_spacing=\"0.2em\" header_2_line_height=\"1.4em\" header_2_text_shadow_style=\"preset3\" header_2_text_shadow_horizontal_length=\"-0.14em\" header_2_text_shadow_vertical_length=\"0.07em\" header_2_text_shadow_blur_strength=\"0.75em\" header_2_text_shadow_color=\"#262d3f\" background_layout=\"dark\" max_width=\"150%\" custom_margin=\"|||-20vw\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"||0px\" custom_margin_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n<h2>Proven Products &amp; Advice</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"SubTitle\" _builder_version=\"3.17.1\" header_4_font=\"Oswald|700||on|||||\" header_4_font_size_tablet=\"4vw\" header_4_font_size_phone=\"14px\" header_4_font_size_last_edited=\"off|desktop\" header_4_letter_spacing=\"4px\" header_4_line_height=\"1.6em\" custom_padding=\"20px||30px|7vw|false\" custom_padding_phone=\"20px||20px|0vw|true\" custom_padding_last_edited=\"on|desktop\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"200ms\" animation_intensity_slide=\"10%\"]\r\n<h4>We will show you the way forward</h4>\r\n[/et_pb_text][et_pb_button button_text=\"Get Started\" _builder_version=\"3.16.1\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#ff4c00\" button_border_width=\"0px\" button_border_color=\"#ff4c00\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"|900|on|on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_blur=\"50px\" box_shadow_spread=\"-12px\" box_shadow_color=\"#ff4c00\" background_layout=\"dark\" custom_margin=\"|||40px\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"20px|50px|20px|30px|true|false\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"300ms\" animation_intensity_slide=\"20%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"6px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"80px\" box_shadow_color__hover_enabled=\"on\" box_shadow_color__hover=\"rgba(255,76,0,0.63)\" custom_padding__hover=\"|50px||30px||false\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" _builder_version=\"3.16.1\" background_color=\"#fbfcfd\" custom_padding=\"0|0px|54px|0px|false|false\" prev_background_color=\"#ffffff\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.16.1\"][et_pb_column type=\"4_4\"][et_pb_divider color=\"rgba(149,173,193,0.24)\" divider_weight=\"100px\" height=\"100px\" _builder_version=\"3.16.1\" max_width=\"1px\" module_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.16.1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|700|on|on|||||\" header_2_font_size=\"14vw\" header_2_font_size_tablet=\"7.5vw\" header_2_font_size_last_edited=\"off|desktop\" header_2_letter_spacing=\"0.18em\" header_2_text_shadow_style=\"preset3\" header_2_text_shadow_horizontal_length=\"-0.14em\" header_2_text_shadow_vertical_length=\"0.1em\" header_2_text_shadow_blur_strength=\"0.8em\" header_2_text_shadow_color=\"rgba(149,173,193,0.46)\" background_layout=\"dark\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"||\" custom_margin_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" locked=\"off\" custom_margin__hover_enabled=\"on\" custom_margin__hover=\"|||5px\"]\r\n<h2>1ON1</h2>\r\n[/et_pb_text][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald||on|on|||||\" header_3_font_size=\"12px\" header_3_font_size_tablet=\"4vw\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"7px\" header_3_line_height=\"1.6em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" custom_margin=\"||0px|40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|5vw||\" custom_padding_phone=\"|0vw||\" custom_padding_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" locked=\"off\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>Training With BrandY Right</h3>\r\n[/et_pb_text][et_pb_divider color=\"#ff4c00\" divider_weight=\"2px\" height=\"10px\" _builder_version=\"3.16.1\" max_width=\"140px\" module_alignment=\"left\" custom_margin=\"|||\" animation_style=\"fade\" locked=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"About Area\" custom_padding=\"|40px||40px|false|false\" custom_padding_phone=\"|0px||0px||true\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.16.1\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.16.1\" text_font=\"Oswald||on||||||\" text_text_color=\"#2a2a2a\" text_font_size=\"22px\" text_line_height=\"2em\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n\r\nPellentesque habitant morbi tristique senectus et netus et malesuada fames proin sit amet diam non arcu congue tincidunt ligula varius natoque penatibus magnis dis parturient.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.16.1\" text_line_height=\"2em\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n\r\nVestibulum mollis tempus bibendum. Suspendisse faucibus faucibus sapien vel volutpat. Donec nunc ex, laoreet at orci a, porta finibus sapien. Aenean quis risus semper, venenatis leo ac, auctor eros. Etiam dolor lectus, sollicitudin at eros ut, tincidunt mollis ligula. Phasellus quis auctor tellus. Duis aliquet aliquet nisl, sed accumsan urna bibendum nec.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.0.101\" text_line_height=\"2em\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"] Orci varius natoque penatibus et magnis dis parturient montes ridiculus mus. Sed ligula nec lectus bibendum elementum.\r\n\r\nNullam aliquam neque ipsum. Morbi a risus quis diam finibus posuere eu sed mi. Vivamus accumsan aliquet feugiat. Nam lacus arcu, varius ac placerat rutrum nec eros. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|27px|0px|false|false\" _builder_version=\"3.16.1\"][et_pb_column type=\"4_4\"][et_pb_button button_text=\"Book An Assessment\" button_alignment=\"right\" _builder_version=\"3.16.1\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ff4c00\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_color=\"#ff4c00\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"|900|on|on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"off|desktop\" box_shadow_style=\"preset3\" box_shadow_blur=\"90px\" box_shadow_spread=\"-12px\" box_shadow_color=\"rgba(149,173,193,0.46)\" background_layout=\"dark\" custom_margin=\"|||\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"20px|50px|20px|30px|true|false\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"300ms\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"6px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" box_shadow_color__hover=\"rgba(149,173,193,0.29)\" box_shadow_color__hover_enabled=\"on\" custom_padding__hover=\"|50px||30px||false\" box_shadow_blur__hover=\"120px\" box_shadow_blur__hover_enabled=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row padding_top_1=\"10vw\" padding_1_tablet=\"0vw||\" padding_1_last_edited=\"on|tablet\" _builder_version=\"3.16.1\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald||on|on|||||\" header_3_font_size=\"12px\" header_3_font_size_tablet=\"4vw\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"7px\" header_3_line_height=\"1.6em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" custom_margin=\"||0px|40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|5vw||\" custom_padding_phone=\"|0vw||\" custom_padding_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" locked=\"off\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>Let\'s GO</h3>\r\n[/et_pb_text][et_pb_divider color=\"#ff4c00\" divider_weight=\"2px\" height=\"2px\" _builder_version=\"3.16.1\" max_width=\"70px\" module_alignment=\"left\" custom_margin=\"||8px|\" animation_style=\"fade\" locked=\"off\" /][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Oswald|700|on|on|||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"0.18em\" header_2_line_height=\"1.4em\" header_2_text_shadow_style=\"preset3\" header_2_text_shadow_blur_strength=\"0.4em\" header_2_text_shadow_color=\"rgba(255,255,255,0.6)\" custom_margin=\"|||30px\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"||0px\" custom_margin_last_edited=\"on|phone\" locked=\"off\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\"]\r\n<h2>Get IN Shape</h2>\r\n[/et_pb_text][et_pb_image src=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-06.jpg\" align=\"center\" disabled_on=\"on|on|off\" _builder_version=\"3.16.1\" border_radii=\"|||10vw|\" max_width=\"67%\" custom_margin=\"||\" filter_opacity=\"16%\" filter_blur=\"1px\" locked=\"off\" show_in_lightbox__hover=\"off\" show_in_lightbox__hover_enabled=\"off\" url_new_window__hover=\"off\" url_new_window__hover_enabled=\"off\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" use_overlay__hover=\"off\" use_overlay__hover_enabled=\"off\" show_bottom_space__hover=\"on\" show_bottom_space__hover_enabled=\"on\" align__hover=\"left\" align__hover_enabled=\"left\" force_fullwidth__hover=\"off\" force_fullwidth__hover_enabled=\"off\" always_center_on_mobile__hover=\"on\" always_center_on_mobile__hover_enabled=\"on\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"on\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"on\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-05.jpg\" _builder_version=\"3.16.1\" border_radii=\"|15vw|||\" box_shadow_style=\"preset3\" box_shadow_vertical=\"72px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-32px\" box_shadow_color=\"rgba(149,173,193,0.55)\" custom_padding=\"|30px||\" custom_padding_phone=\"|0px||\" custom_padding_last_edited=\"on|phone\" box_shadow_blur__hover=\"120px\" box_shadow_color__hover=\"rgba(149,173,193,0.29)\" /][et_pb_divider color=\"#ff4c00\" divider_weight=\"4px\" height=\"4px\" _builder_version=\"3.16.1\" max_width=\"140px\" module_alignment=\"right\" custom_margin=\"||9px|\" animation_style=\"fade\" locked=\"off\" /][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald||on|on|||||\" header_3_font_size=\"14px\" header_3_font_size_tablet=\"4vw\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"7px\" header_3_line_height=\"1.6em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"right\" custom_margin=\"|||\" custom_padding=\"|5vw||\" custom_padding_phone=\"|0vw||\" custom_padding_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" locked=\"off\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>Real Work. Real Results.</h3>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" _builder_version=\"3.16.1\" background_color=\"#fbfcfd\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" prev_background_color=\"#000000\" next_background_color=\"#ff4c00\"][et_pb_row _builder_version=\"3.16.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_divider color=\"rgba(149,173,193,0.24)\" divider_weight=\"100px\" height=\"100px\" _builder_version=\"3.16.1\" max_width=\"1px\" module_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Feature Area\" use_custom_width=\"on\" width_unit=\"off\" _builder_version=\"3.16.1\"][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Certified Trainer\" use_icon=\"on\" font_icon=\"%%240%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#ff4c00\" use_icon_font_size=\"on\" icon_font_size=\"30px\" _builder_version=\"3.16.1\" header_font=\"Oswald|700|on|on|||||\" header_font_size=\"2.5vw\" header_font_size_tablet=\"50px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|desktop\" header_letter_spacing=\"0.18em\" header_line_height=\"1.4em\" header_text_shadow_style=\"preset3\" header_text_shadow_blur_strength=\"0.4em\" header_text_shadow_color=\"rgba(149,173,193,0.46)\" body_font_size=\"14px\" body_line_height=\"2em\" text_orientation=\"center\" animation_style=\"zoom\"]\r\n\r\nSuspendisse faucibus faucibus sapien vel volutpat. Donec nunc ex, laoreet orci a, porta finibus sapien. Suspendisse faucibus faucibus sapien vel volutpat. Donec nunc ex, laoreet orci a, porta finibus sapien.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Sport &amp; Nutrition\" use_icon=\"on\" font_icon=\"%%299%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#ff4c00\" use_icon_font_size=\"on\" icon_font_size=\"30px\" _builder_version=\"3.16.1\" header_font=\"Oswald|700|on|on|||||\" header_font_size=\"3.5vw\" header_font_size_tablet=\"50px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"0.18em\" header_line_height=\"1.4em\" header_text_shadow_style=\"preset3\" header_text_shadow_blur_strength=\"0.4em\" header_text_shadow_color=\"rgba(149,173,193,0.46)\" body_font_size=\"14px\" body_line_height=\"2em\" text_orientation=\"center\" custom_margin=\"60px||\" custom_margin_phone=\"0px||\" custom_margin_last_edited=\"on|phone\" animation_style=\"zoom\" animation_duration=\"1200ms\" animation_intensity_zoom=\"60%\"]\r\n\r\nSuspendisse faucibus faucibus sapien vel volutpat. Donec nunc ex, laoreet orci a, porta finibus sapien. Suspendisse faucibus faucibus sapien vel volutpat. Donec nunc ex, laoreet orci a, porta finibus sapien.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb title=\"Physical Therapy\" use_icon=\"on\" font_icon=\"%%135%%\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#ff4c00\" use_icon_font_size=\"on\" icon_font_size=\"30px\" _builder_version=\"3.16.1\" header_font=\"Oswald|700|on|on|||||\" header_font_size=\"2.5vw\" header_font_size_tablet=\"50px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|desktop\" header_letter_spacing=\"0.18em\" header_line_height=\"1.4em\" header_text_shadow_style=\"preset3\" header_text_shadow_blur_strength=\"0.4em\" header_text_shadow_color=\"rgba(149,173,193,0.46)\" body_font_size=\"14px\" body_line_height=\"2em\" text_orientation=\"center\" animation_style=\"zoom\"]\r\n\r\nSuspendisse faucibus faucibus sapien vel volutpat. Donec nunc ex, laoreet orci a, porta finibus sapien. Suspendisse faucibus faucibus sapien vel volutpat. Donec nunc ex, laoreet orci a, porta finibus sapien.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Special Features Section\" prev_background_color=\"#fbfcfd\" _builder_version=\"3.16.1\" background_color=\"#ff4c00\" custom_padding=\"0px||0px|\" top_divider_style=\"ramp\" top_divider_height=\"20vw\" top_divider_height_tablet=\"150px\" top_divider_height_phone=\"150px\" top_divider_height_last_edited=\"on|phone\" top_divider_height__hover_enabled=\"on\" top_divider_height__hover=\"18vw\" next_background_color=\"#ffffff\"][et_pb_row admin_label=\"Special Feature Area\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"90%\" custom_padding=\"|0px|0|0px|false|false\" background_size_1=\"initial\" background_position_1=\"top_left\" background_repeat_1=\"no-repeat\" background_blend_1=\"normal\" padding_top_1=\"16vw\" padding_bottom_1=\"40px\" _builder_version=\"3.16.1\" module_alignment=\"right\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\"][et_pb_column type=\"2_5\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald||on|on|||||\" header_3_font_size=\"12px\" header_3_font_size_tablet=\"4vw\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"7px\" header_3_line_height=\"1.6em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"||0px|40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|5vw||\" custom_padding_phone=\"|0vw||\" custom_padding_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" locked=\"off\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>Value</h3>\r\n[/et_pb_text][et_pb_divider color=\"#ffffff\" divider_weight=\"2px\" height=\"2px\" _builder_version=\"3.16.1\" max_width=\"140px\" module_alignment=\"left\" custom_margin=\"||8px|\" locked=\"off\" /][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Oswald|700|on|on|||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"0.18em\" header_2_line_height=\"1.4em\" header_2_text_shadow_style=\"preset3\" header_2_text_shadow_blur_strength=\"0.4em\" header_2_text_shadow_color=\"rgba(255,255,255,0.6)\" background_layout=\"dark\" custom_margin=\"|||30px\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"||0px\" custom_margin_last_edited=\"on|tablet\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\"]\r\n<h2>Offers &amp; Details</h2>\r\n[/et_pb_text][et_pb_blurb title=\"Lorem ipsum dolor sit amet consectetur.\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#ffffff\" icon_placement=\"left\" content_max_width=\"700px\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.16.1\" header_font=\"Lato||||||||\" header_font_size=\"16px\" header_line_height=\"1.4em\" body_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"||10px|40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" /][et_pb_blurb title=\"Curabitur sagittis enim quis fermentum.\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#ffffff\" icon_placement=\"left\" content_max_width=\"700px\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.16.1\" header_font=\"Lato||||||||\" header_font_size=\"16px\" header_line_height=\"1.4em\" body_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"||10px|40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" /][et_pb_blurb title=\"Orci varius natoque penatibus.\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#ffffff\" icon_placement=\"left\" content_max_width=\"700px\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.101\" header_font=\"Lato||||||||\" header_font_size=\"16px\" header_line_height=\"1.4em\" body_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"||10px|40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" /][et_pb_blurb title=\"Magnis dis parturient montes nascetur.\" use_icon=\"on\" font_icon=\"%%59%%\" icon_color=\"#ffffff\" icon_placement=\"left\" content_max_width=\"700px\" use_icon_font_size=\"on\" icon_font_size=\"16px\" _builder_version=\"3.0.101\" header_font=\"Lato||||||||\" header_font_size=\"16px\" header_line_height=\"1.4em\" body_font=\"||||||||\" background_layout=\"dark\" custom_margin=\"||10px|40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\" /][et_pb_button button_text=\"Contact Me\" button_alignment=\"center\" _builder_version=\"3.16.1\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ff4c00\" button_bg_color=\"#ffffff\" button_border_width=\"0px\" button_border_color=\"#ff4c00\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"|900|on|on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"off|desktop\" box_shadow_style=\"preset3\" box_shadow_blur=\"90px\" box_shadow_spread=\"-12px\" box_shadow_color=\"rgba(149,173,193,0.46)\" background_layout=\"dark\" custom_margin=\"30px|||\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"20px|50px|20px|30px|true|false\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"300ms\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"6px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" box_shadow_blur__hover=\"120px\" box_shadow_blur__hover_enabled=\"on\" box_shadow_color__hover=\"rgba(149,173,193,0.29)\" box_shadow_color__hover_enabled=\"on\" custom_padding__hover=\"|50px||30px||false\" /][/et_pb_column][et_pb_column type=\"3_5\"][et_pb_image src=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-07.jpg\" force_fullwidth=\"on\" _builder_version=\"3.16.1\" border_radii=\"|100%|||\" box_shadow_style=\"preset3\" box_shadow_horizontal=\"-40px\" box_shadow_vertical=\"72px\" box_shadow_blur=\"148px\" box_shadow_spread=\"-46px\" custom_margin=\"||-30px\" animation_style=\"roll\" animation_direction=\"right\" animation_intensity_roll=\"1%\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Video\" _builder_version=\"3.0.101\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" prev_background_color=\"#ff4c00\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.16.1\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald||on|on|||||\" header_3_font_size=\"12px\" header_3_font_size_tablet=\"4vw\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"7px\" header_3_line_height=\"1.6em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" custom_margin=\"||0px|40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|5vw||\" custom_padding_phone=\"|0vw||\" custom_padding_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" locked=\"off\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>No Pain, No Gain</h3>\r\n[/et_pb_text][et_pb_divider color=\"#ff4c00\" divider_weight=\"2px\" height=\"2px\" _builder_version=\"3.16.1\" max_width=\"140px\" module_alignment=\"left\" custom_margin=\"||10px|\" locked=\"off\" /][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|700|on|on|||||\" header_2_font_size=\"70px\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"0.18em\" header_2_line_height=\"1.4em\" header_2_text_shadow_style=\"preset3\" header_2_text_shadow_blur_strength=\"0.4em\" header_2_text_shadow_color=\"rgba(149,173,193,0.46)\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" custom_margin=\"||0px|\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"||0px\" custom_margin_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\"]\r\n<h2>Real Work.\r\nReal Results.</h2>\r\n[/et_pb_text][et_pb_button button_text=\"How It Works\" button_alignment=\"center\" _builder_version=\"3.16.1\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#ff4c00\" button_border_width=\"0px\" button_border_color=\"#ff4c00\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"|900|on|on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_blur=\"50px\" box_shadow_spread=\"-12px\" box_shadow_color=\"#ff4c00\" background_layout=\"dark\" custom_margin=\"|||\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"20px|50px|20px|30px|true|false\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"300ms\" animation_intensity_slide=\"20%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"6px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" box_shadow_color__hover=\"rgba(255,76,0,0.63)\" box_shadow_color__hover_enabled=\"on\" custom_padding__hover=\"|50px||30px||false\" box_shadow_blur__hover=\"80px\" box_shadow_blur__hover_enabled=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Button\" _builder_version=\"3.0.101\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_4__hover=\"off\" parallax_4__hover_enabled=\"off\" parallax_5__hover=\"off\" parallax_5__hover_enabled=\"off\" parallax_6__hover=\"off\" parallax_6__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" parallax_method_4__hover=\"on\" parallax_method_4__hover_enabled=\"on\" parallax_method_5__hover=\"on\" parallax_method_5__hover_enabled=\"on\" parallax_method_6__hover=\"on\" parallax_method_6__hover_enabled=\"on\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\"][et_pb_column type=\"4_4\"][et_pb_video_slider show_image_overlay=\"on\" _builder_version=\"3.16.1\" box_shadow_style=\"preset3\" box_shadow_horizontal=\"-40px\" box_shadow_vertical=\"72px\" box_shadow_blur=\"148px\" box_shadow_spread=\"-46px\"][et_pb_video_slider_item src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-18.jpg\" _builder_version=\"3.16.1\" show_image_overlay=\"on\"][/et_pb_video_slider_item][et_pb_video_slider_item src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-14.jpg\" _builder_version=\"3.16.1\" show_image_overlay=\"on\"][/et_pb_video_slider_item][et_pb_video_slider_item src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-17.jpg\" _builder_version=\"3.16.1\" show_image_overlay=\"on\"][/et_pb_video_slider_item][et_pb_video_slider_item src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-16.jpg\" _builder_version=\"3.16.1\" show_image_overlay=\"on\"][/et_pb_video_slider_item][/et_pb_video_slider][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.16.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_divider color=\"rgba(149,173,193,0.24)\" divider_weight=\"100px\" height=\"100px\" _builder_version=\"3.16.1\" max_width=\"1px\" module_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Programs\" specialty=\"on\" padding_top_2=\"8vw\" _builder_version=\"3.16.1\" gutter_width__hover=\"3\" gutter_width__hover_enabled=\"3\" parallax_1__hover=\"off\" parallax_1__hover_enabled=\"off\" parallax_2__hover=\"off\" parallax_2__hover_enabled=\"off\" parallax_3__hover=\"off\" parallax_3__hover_enabled=\"off\" parallax_method_1__hover=\"on\" parallax_method_1__hover_enabled=\"on\" parallax_method_2__hover=\"on\" parallax_method_2__hover_enabled=\"on\" parallax_method_3__hover=\"on\" parallax_method_3__hover_enabled=\"on\" use_background_color_gradient__hover=\"off\" use_background_color_gradient__hover_enabled=\"off\" background_color_gradient_start__hover=\"#2b87da\" background_color_gradient_start__hover_enabled=\"#2b87da\" background_color_gradient_end__hover=\"#29c4a9\" background_color_gradient_end__hover_enabled=\"#29c4a9\" background_color_gradient_type__hover=\"linear\" background_color_gradient_type__hover_enabled=\"linear\" background_color_gradient_direction__hover=\"180deg\" background_color_gradient_direction__hover_enabled=\"180deg\" background_color_gradient_direction_radial__hover=\"center\" background_color_gradient_direction_radial__hover_enabled=\"center\" background_color_gradient_start_position__hover=\"0%\" background_color_gradient_start_position__hover_enabled=\"0%\" background_color_gradient_end_position__hover=\"100%\" background_color_gradient_end_position__hover_enabled=\"100%\" background_color_gradient_overlays_image__hover=\"off\" background_color_gradient_overlays_image__hover_enabled=\"off\" parallax__hover=\"off\" parallax__hover_enabled=\"off\" parallax_method__hover=\"on\" parallax_method__hover_enabled=\"on\" background_size__hover=\"cover\" background_size__hover_enabled=\"cover\" background_position__hover=\"center\" background_position__hover_enabled=\"center\" background_repeat__hover=\"no-repeat\" background_repeat__hover_enabled=\"no-repeat\" background_blend__hover=\"normal\" background_blend__hover_enabled=\"normal\" allow_player_pause__hover=\"off\" allow_player_pause__hover_enabled=\"off\" background_video_pause_outside_viewport__hover=\"on\" background_video_pause_outside_viewport__hover_enabled=\"on\" inner_shadow__hover=\"off\" inner_shadow__hover_enabled=\"off\" make_fullwidth__hover=\"off\" make_fullwidth__hover_enabled=\"off\" use_custom_width__hover=\"off\" use_custom_width__hover_enabled=\"off\" width_unit__hover=\"on\" width_unit__hover_enabled=\"on\" custom_width_px__hover=\"1080px\" custom_width_px__hover_enabled=\"1080px\" custom_width_percent__hover=\"80%\" custom_width_percent__hover_enabled=\"80%\" make_equal__hover=\"off\" make_equal__hover_enabled=\"off\" use_custom_gutter__hover=\"off\" use_custom_gutter__hover_enabled=\"off\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" max_width__hover=\"100%\" max_width__hover_enabled=\"100%\" filter_hue_rotate__hover=\"0deg\" filter_hue_rotate__hover_enabled=\"0deg\" filter_saturate__hover=\"100%\" filter_saturate__hover_enabled=\"100%\" filter_brightness__hover=\"100%\" filter_brightness__hover_enabled=\"100%\" filter_contrast__hover=\"100%\" filter_contrast__hover_enabled=\"100%\" filter_invert__hover=\"0%\" filter_invert__hover_enabled=\"0%\" filter_sepia__hover=\"0%\" filter_sepia__hover_enabled=\"0%\" filter_opacity__hover=\"100%\" filter_opacity__hover_enabled=\"100%\" filter_blur__hover=\"0px\" filter_blur__hover_enabled=\"0px\" mix_blend_mode__hover=\"normal\" mix_blend_mode__hover_enabled=\"normal\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\" hover_transition_duration__hover=\"300ms\" hover_transition_duration__hover_enabled=\"300ms\" hover_transition_delay__hover=\"0ms\" hover_transition_delay__hover_enabled=\"0ms\" hover_transition_speed_curve__hover=\"ease\" hover_transition_speed_curve__hover_enabled=\"ease\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald||on|on|||||\" header_3_font_size=\"12px\" header_3_font_size_tablet=\"4vw\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"7px\" header_3_line_height=\"1.6em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" custom_margin=\"||10px|30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"|5vw||\" custom_padding_phone=\"|0vw||\" custom_padding_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" locked=\"off\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>Why Training</h3>\r\n[/et_pb_text][et_pb_divider color=\"#ff4c00\" divider_weight=\"2px\" height=\"2px\" _builder_version=\"3.16.1\" max_width=\"140px\" module_alignment=\"left\" custom_margin=\"||10px|\" locked=\"off\" /][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|700|on|on|||||\" header_2_font_size=\"70px\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"0.18em\" header_2_line_height=\"1.4em\" header_2_text_shadow_style=\"preset3\" header_2_text_shadow_blur_strength=\"0.4em\" header_2_text_shadow_color=\"rgba(149,173,193,0.46)\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" custom_margin=\"||0px|30px\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"||0px\" custom_margin_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\"]\r\n<h2>Popular Programs</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.16.1\" text_line_height=\"2em\" max_width=\"450px\" custom_margin=\"|||30px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|desktop\" animation_style=\"fold\" animation_direction=\"left\" animation_intensity_fold=\"5%\" animation_starting_opacity=\"100%\"]\r\n\r\nNam ut ultrices ligula. Integer rhoncus nisi sed arcu scelerisque, quis finibus erat lobortis. Ut sit amet sem libero. Donec augue nisl, aliquam non accumsan nec sed risus.\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"right\" _builder_version=\"3.16.1\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#ff4c00\" button_border_width=\"0px\" button_border_color=\"#ff4c00\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"|900|on|on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset3\" box_shadow_blur=\"50px\" box_shadow_spread=\"-12px\" box_shadow_color=\"#ff4c00\" background_layout=\"dark\" custom_margin=\"|||\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"20px|50px|20px|30px|true|false\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"300ms\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"6px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" box_shadow_color__hover=\"rgba(255,76,0,0.63)\" box_shadow_color__hover_enabled=\"on\" custom_padding__hover=\"|50px||30px||false\" box_shadow_blur__hover=\"80px\" box_shadow_blur__hover_enabled=\"on\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"||10px|\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.0.101\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_image src=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-19.jpg\" _builder_version=\"3.16.1\" border_radii=\"|5vw|||\" box_shadow_style=\"preset3\" box_shadow_vertical=\"72px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-32px\" box_shadow_color=\"rgba(149,173,193,0.55)\" animation_style=\"fade\" animation_direction=\"top\" locked=\"off\" box_shadow_color__hover=\"rgba(149,173,193,0.29)\" box_shadow_blur__hover=\"120px\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"Oswald|700|on|on|||||\" header_4_letter_spacing=\"3px\" custom_margin=\"10px||10px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n<h4>Strength Training</h4>\r\nAliquam malesuada massa ipsum, a iaculis ante mollis non diam a turpis ullamcorper.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"||10px|\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.0.101\" locked=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_image src=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-13.jpg\" _builder_version=\"3.16.1\" box_shadow_style=\"preset3\" box_shadow_vertical=\"72px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-32px\" box_shadow_color=\"rgba(149,173,193,0.55)\" animation_style=\"slide\" animation_direction=\"top\" locked=\"off\" box_shadow_color__hover=\"rgba(149,173,193,0.29)\" box_shadow_blur__hover=\"120px\" border_radii__hover=\"on||||\" border_radii__hover_enabled=\"on||||\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"Oswald|700|on|on|||||\" header_4_letter_spacing=\"3px\" custom_margin=\"10px||10px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n<h4>Mobility</h4>\r\nAliquam malesuada massa ipsum, a iaculis ante mollis non diam a turpis ullamcorper.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"||10px|\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"3.0.101\" locked=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_image src=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-15.jpg\" _builder_version=\"3.16.1\" border_radii=\"|||5vw|\" box_shadow_style=\"preset3\" box_shadow_vertical=\"72px\" box_shadow_blur=\"130px\" box_shadow_spread=\"-32px\" box_shadow_color=\"rgba(149,173,193,0.55)\" animation_style=\"slide\" animation_direction=\"top\" locked=\"off\" box_shadow_color__hover=\"rgba(149,173,193,0.29)\" box_shadow_blur__hover=\"120px\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.0.101\" text_line_height=\"2em\" header_font=\"||||||||\" header_4_font=\"Oswald|700|on|on|||||\" header_4_letter_spacing=\"3px\" custom_margin=\"10px||10px|\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"20%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n<h4>Weight Loss</h4>\r\nAliquam malesuada massa ipsum, a iaculis ante mollis non diam a turpis ullamcorper.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Testimonials\" next_background_color=\"#ff4c00\" _builder_version=\"3.16.1\" custom_padding=\"90px||10vw||false|false\" bottom_divider_style=\"ramp\" bottom_divider_height=\"10vw\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#000000\"][et_pb_row custom_padding=\"27px|0px|0|0px|false|false\" _builder_version=\"3.16.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald||on|on|||||\" header_3_font_size=\"12px\" header_3_font_size_tablet=\"4vw\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"7px\" header_3_line_height=\"1.6em\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" custom_margin=\"||0px|40px\" custom_margin_phone=\"|||0px\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|5vw||\" custom_padding_phone=\"|0vw||\" custom_padding_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"10%\" locked=\"off\" header_font_size__hover=\"30px\" header_font_size__hover_enabled=\"30px\" header_letter_spacing__hover=\"0px\" header_letter_spacing__hover_enabled=\"0px\" header_text_shadow_style__hover=\"none\" header_text_shadow_style__hover_enabled=\"none\" header_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>what They\'re Saying</h3>\r\n[/et_pb_text][et_pb_divider color=\"#ff4c00\" divider_weight=\"2px\" height=\"10px\" _builder_version=\"3.16.1\" max_width=\"140px\" module_alignment=\"left\" custom_margin=\"|||\" animation_style=\"fade\" locked=\"off\" /][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"Oswald|700|on|on|||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"0.18em\" header_2_line_height=\"1.4em\" header_2_text_shadow_style=\"preset3\" header_2_text_shadow_blur_strength=\"0.4em\" header_2_text_shadow_color=\"rgba(255,255,255,0.6)\" max_width=\"600px\" custom_margin=\"|||30px\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"||0px|0vw\" custom_margin_last_edited=\"on|desktop\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n<h2>Client Testimonials</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|||30px|false|false\" custom_padding_phone=\"|||0px\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.16.1\"][et_pb_column type=\"1_3\"][et_pb_testimonial author=\"Jakob Filips\" quote_icon=\"off\" quote_icon_color=\"#e6e6e6\" _builder_version=\"3.16.1\" body_font=\"||on||||||\" body_font_size=\"14px\" body_line_height=\"2em\" use_background_color=\"off\"]\r\n\r\nNulla quis lorem ut libero malesuada feugiat. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Nulla porttitor accumsan tincidunt. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Proin eget tortor risus. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porttitor lectus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial author=\"Martin Smith\" quote_icon=\"off\" quote_icon_color=\"#e6e6e6\" _builder_version=\"3.2\" body_font=\"||on||||||\" body_font_size=\"14px\" body_line_height=\"2em\" use_background_color=\"off\"]\r\n\r\nNulla quis lorem ut libero malesuada feugiat. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Nulla porttitor accumsan tincidunt. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Proin eget tortor risus. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porttitor lectus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla quis lorem ut libero malesuada feugiat. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\n[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial author=\"Robinson Clarck\" quote_icon=\"off\" quote_icon_color=\"#e6e6e6\" _builder_version=\"3.2\" body_font=\"||on||||||\" body_font_size=\"14px\" body_line_height=\"2em\" use_background_color=\"off\"]\r\n\r\nNulla quis lorem ut libero malesuada feugiat. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Vivamus suscipit tortor eget felis porttitor volutpat. Nulla porttitor accumsan tincidunt. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Proin eget tortor risus. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porttitor lectus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Curabitur arcu erat, accumsan id imperdiet et, porttitor a\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Pricing\" _builder_version=\"3.16.1\" background_color=\"#ff4c00\" prev_background_color=\"#ffffff\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.101\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Titile\" _builder_version=\"3.16.1\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|700|on|on|||||\" header_2_font_size=\"70px\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"0.18em\" header_2_line_height=\"1.4em\" header_2_text_shadow_style=\"preset3\" header_2_text_shadow_blur_strength=\"0.4em\" header_2_text_shadow_color=\"rgba(255,255,255,0.6)\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"||0px\" custom_margin_last_edited=\"off|desktop\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\"]\r\n<h2>Pricing Plans</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\nProin fermentum cursus urna, id auctor dolor. Proin ac tristique ex eget blandit justo. Fusce id semper sem.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.101\"][et_pb_column type=\"1_3\"][et_pb_pricing_tables header_background_color=\"rgba(0,0,0,0)\" show_bullet=\"off\" center_list_items=\"on\" _builder_version=\"3.16.1\" header_font=\"Lato|700||on|||||\" header_text_color=\"#2a2a2a\" header_font_size=\"16px\" header_letter_spacing=\"2px\" body_line_height=\"2em\" currency_frequency_font=\"Lato|700|||||||\" price_font=\"Lato|900|||||||\" price_text_color=\"#2a2a2a\" price_font_size=\"80px\" price_line_height=\"90px\" price_text_shadow_style=\"preset3\" price_text_shadow_blur_strength=\"0em\" price_text_shadow_color=\"rgba(149,173,193,0.46)\" border_style_all=\"none\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ff4c00\" button_border_width=\"10px\" button_border_color=\"#ff4c00\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"|900|on|on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"off|desktop\" box_shadow_style_button=\"preset3\" box_shadow_blur_button=\"50px\" box_shadow_spread_button=\"-12px\" box_shadow_color_button=\"#ff4c00\" custom_margin=\"0px||0px||true\" custom_padding=\"30px||30px||true\" animation_style=\"fade\" link_option_url=\"#\" custom_css_pricing_top=\"border: none;\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"6px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" box_shadow_color_button__hover=\"rgba(255,76,0,0.63)\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"80px\" box_shadow_blur_button__hover_enabled=\"on\" price_font_size__hover=\"85px\" price_font_size__hover_enabled=\"on\" price_text_shadow_vertical_length__hover=\"0.2em\" price_text_shadow_vertical_length__hover_enabled=\"on\" price_text_shadow_blur_strength__hover=\"0.5em\" price_text_shadow_blur_strength__hover_enabled=\"on\"][et_pb_pricing_table title=\"Standard\" currency=\"$\" per=\"hr\" sum=\"68\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16.1\" header_font=\"||||||||\" body_font=\"||||||||\" currency_frequency_font=\"||||||||\" price_font=\"||||||||\" button_on_hover=\"on\" box_shadow_style=\"preset3\" box_shadow_spread=\"-14px\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" box_shadow_color__hover=\"rgba(0,0,0,0.15)\" box_shadow_color__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"68px\" box_shadow_blur__hover_enabled=\"on\" box_shadow_spread__hover=\"-4px\" box_shadow_spread__hover_enabled=\"on\" button_icon_default=\"%%3%%\"]Suspendisse faucibus faucibus\r\nLaoreet orci a, porta finibus\r\nAenean quis risus semper\r\nPhasellus quis auctor tellus[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_pricing_tables header_background_color=\"rgba(0,0,0,0)\" show_bullet=\"off\" center_list_items=\"on\" _builder_version=\"3.16.1\" header_font=\"Lato|700||on|||||\" header_text_color=\"#2a2a2a\" header_font_size=\"16px\" header_letter_spacing=\"2px\" body_line_height=\"2em\" currency_frequency_font=\"Lato|700|||||||\" price_font=\"Lato|900|||||||\" price_text_color=\"#2a2a2a\" price_font_size=\"80px\" price_line_height=\"90px\" price_text_shadow_style=\"preset3\" price_text_shadow_blur_strength=\"0em\" price_text_shadow_color=\"rgba(149,173,193,0.46)\" border_style_all=\"none\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ff4c00\" button_border_width=\"10px\" button_border_color=\"#ff4c00\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"|900|on|on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"off|desktop\" box_shadow_style_button=\"preset3\" box_shadow_blur_button=\"50px\" box_shadow_spread_button=\"-12px\" box_shadow_color_button=\"#ff4c00\" custom_margin=\"0px||0px||true\" custom_padding=\"30px||30px||true\" animation_style=\"fade\" link_option_url=\"#\" custom_css_pricing_top=\"border: none;\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"6px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" box_shadow_color_button__hover=\"rgba(255,76,0,0.63)\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"80px\" box_shadow_blur_button__hover_enabled=\"on\" price_font_size__hover_enabled=\"on\" price_font_size__hover=\"85px\" price_text_shadow_blur_strength__hover_enabled=\"on\" price_text_shadow_blur_strength__hover=\"0.5em\" price_text_shadow_vertical_length__hover_enabled=\"on\" price_text_shadow_vertical_length__hover=\"0.2em\"][et_pb_pricing_table title=\"Gold\" currency=\"$\" per=\"hr\" sum=\"150\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16.1\" header_font=\"||||||||\" body_font=\"||||||||\" currency_frequency_font=\"||||||||\" price_font=\"||||||||\" button_on_hover=\"on\" box_shadow_style=\"preset3\" box_shadow_blur=\"48px\" box_shadow_spread=\"-14px\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" box_shadow_spread__hover_enabled=\"on\" box_shadow_blur__hover_enabled=\"on\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"108px\" box_shadow_vertical__hover=\"32px\" box_shadow_spread__hover=\"-4px\" box_shadow_color__hover_enabled=\"on\" box_shadow_color__hover=\"rgba(0,0,0,0.15)\" button_icon_default=\"%%3%%\"]Suspendisse faucibus faucibus\r\nLaoreet orci a, porta finibus\r\nAenean quis risus semper\r\nEtiam dolor lectus, sollicitudin\r\nPhasellus quis auctor tellus[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_pricing_tables header_background_color=\"rgba(0,0,0,0)\" show_bullet=\"off\" center_list_items=\"on\" _builder_version=\"3.16.1\" header_font=\"Lato|700||on|||||\" header_text_color=\"#2a2a2a\" header_font_size=\"16px\" header_letter_spacing=\"2px\" body_line_height=\"2em\" currency_frequency_font=\"Lato|700|||||||\" price_font=\"Lato|900|||||||\" price_text_color=\"#2a2a2a\" price_font_size=\"80px\" price_line_height=\"90px\" price_text_shadow_style=\"preset3\" price_text_shadow_blur_strength=\"0em\" price_text_shadow_color=\"rgba(149,173,193,0.46)\" border_style_all=\"none\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ff4c00\" button_border_width=\"10px\" button_border_color=\"#ff4c00\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"|900|on|on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"off|desktop\" box_shadow_style_button=\"preset3\" box_shadow_blur_button=\"50px\" box_shadow_spread_button=\"-12px\" box_shadow_color_button=\"#ff4c00\" custom_margin=\"0px||0px||true\" custom_padding=\"30px||30px||true\" animation_style=\"fade\" link_option_url=\"#\" custom_css_pricing_top=\"border: none;\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"6px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"80px\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(255,76,0,0.63)\" price_font_size__hover=\"85px\" price_font_size__hover_enabled=\"on\" price_text_shadow_vertical_length__hover=\"0.2em\" price_text_shadow_vertical_length__hover_enabled=\"on\" price_text_shadow_blur_strength__hover=\"0.5em\" price_text_shadow_blur_strength__hover_enabled=\"on\"][et_pb_pricing_table title=\"Sport\" currency=\"$\" per=\"hr\" sum=\"89\" button_url=\"#\" button_text=\"Get Started\" _builder_version=\"3.16.1\" header_font=\"||||||||\" body_font=\"||||||||\" currency_frequency_font=\"||||||||\" price_font=\"||||||||\" border_radii=\"on||||\" button_on_hover=\"on\" box_shadow_style=\"preset3\" box_shadow_spread=\"-14px\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" box_shadow_color__hover=\"rgba(0,0,0,0.15)\" box_shadow_color__hover_enabled=\"on\" box_shadow_vertical__hover=\"32px\" box_shadow_vertical__hover_enabled=\"on\" box_shadow_blur__hover=\"68px\" box_shadow_blur__hover_enabled=\"on\" box_shadow_spread__hover=\"-4px\" box_shadow_spread__hover_enabled=\"on\" button_icon_default=\"%%3%%\"]Suspendisse faucibus faucibus\r\nLaoreet orci a, porta finibus\r\nAenean quis risus semper\r\nPhasellus quis auctor tellus[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"30px||\" _builder_version=\"3.16.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.16.1\" text_font=\"||on||||||\" text_text_color=\"rgba(0,0,0,0.32)\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_3_font_size=\"18px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"off|desktop\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" max_width=\"500px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\n*Proin fermentum cursus urna, id auctor dolor. Proin ac tristique ex eg\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Table\" _builder_version=\"3.0.101\" background_color=\"#ff4c00\" prev_background_color=\"#000000\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.101\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Titile\" _builder_version=\"3.16.1\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|700|on|on|||||\" header_2_font_size=\"70px\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"0.18em\" header_2_line_height=\"1.4em\" header_2_text_shadow_style=\"preset3\" header_2_text_shadow_blur_strength=\"0.4em\" header_2_text_shadow_color=\"rgba(255,255,255,0.6)\" header_3_font_size=\"18px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"off|desktop\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"||0px\" custom_margin_last_edited=\"off|desktop\" animation_style__hover=\"none\" animation_style__hover_enabled=\"none\" animation_repeat__hover=\"once\" animation_repeat__hover_enabled=\"once\" animation_direction__hover=\"center\" animation_direction__hover_enabled=\"center\" animation_duration__hover=\"1000ms\" animation_duration__hover_enabled=\"1000ms\" animation_delay__hover=\"0ms\" animation_delay__hover_enabled=\"0ms\" animation_intensity_slide__hover=\"50%\" animation_intensity_slide__hover_enabled=\"50%\" animation_intensity_zoom__hover=\"50%\" animation_intensity_zoom__hover_enabled=\"50%\" animation_intensity_flip__hover=\"50%\" animation_intensity_flip__hover_enabled=\"50%\" animation_intensity_fold__hover=\"50%\" animation_intensity_fold__hover_enabled=\"50%\" animation_intensity_roll__hover=\"50%\" animation_intensity_roll__hover_enabled=\"50%\" animation_starting_opacity__hover=\"0%\" animation_starting_opacity__hover_enabled=\"0%\" animation_speed_curve__hover=\"ease-in-out\" animation_speed_curve__hover_enabled=\"ease-in-out\"]\r\n<h2>What You Get</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_3_font_size=\"18px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"off|desktop\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\nProin fermentum cursus urna, id auctor dolor. Proin ac tristique ex eget blandit justo. Fusce id semper sem.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|30px||30px||true\" _builder_version=\"3.16.1\" box_shadow_style=\"preset1\" box_shadow_vertical=\"0px\" box_shadow_blur=\"0px\" box_shadow_color=\"rgba(0,0,0,0.19)\" link_option_url=\"#\" box_shadow_blur__hover=\"60px\" box_shadow_blur__hover_enabled=\"on\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|700|on|on|||||\" header_3_font_size=\"18px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"0.18em\" header_3_line_height=\"1.4em\" max_width=\"150%\" custom_margin=\"20px||\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"0px||\" custom_margin_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" locked=\"off\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>Personal Training pass</h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Gym Access\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"15min Consulation\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"1:1 Coaching\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|30px||30px||true\" _builder_version=\"3.16.1\" background_color=\"rgba(0,0,0,0.06)\" box_shadow_style=\"preset1\" box_shadow_vertical=\"0px\" box_shadow_blur=\"0px\" box_shadow_color=\"rgba(0,0,0,0.19)\" link_option_url=\"#\" box_shadow_blur__hover=\"60px\" box_shadow_blur__hover_enabled=\"on\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|700|on|on|||||\" header_3_font_size=\"18px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"0.18em\" header_3_line_height=\"1.4em\" max_width=\"150%\" custom_margin=\"20px||\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"0px||\" custom_margin_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" link_option_url=\"#\" locked=\"off\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>1-Time Consultation</h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Gym Access\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"1Hour Consulation\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"1:1 Coaching\" use_icon=\"on\" font_icon=\"%%44%%\" icon_color=\"rgba(0,0,0,0.17)\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|30px||30px||true\" _builder_version=\"3.16.1\" box_shadow_style=\"preset1\" box_shadow_vertical=\"0px\" box_shadow_blur=\"0px\" box_shadow_color=\"rgba(0,0,0,0.19)\" link_option_url=\"#\" box_shadow_blur__hover=\"60px\" box_shadow_blur__hover_enabled=\"on\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|700|on|on|||||\" header_3_font_size=\"18px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"0.18em\" header_3_line_height=\"1.4em\" max_width=\"150%\" custom_margin=\"20px||\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"0px||\" custom_margin_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" link_option_url=\"#\" locked=\"off\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>Walk In</h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Gym Access\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"15min Consulation\" use_icon=\"on\" font_icon=\"%%44%%\" icon_color=\"rgba(0,0,0,0.17)\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"1:1 Coaching\" use_icon=\"on\" font_icon=\"%%44%%\" icon_color=\"rgba(0,0,0,0.17)\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|30px||30px||true\" _builder_version=\"3.16.1\" background_color=\"rgba(0,0,0,0.06)\" box_shadow_style=\"preset1\" box_shadow_vertical=\"0px\" box_shadow_blur=\"0px\" box_shadow_color=\"rgba(0,0,0,0.19)\" link_option_url=\"#\" locked=\"off\" box_shadow_blur__hover=\"60px\" box_shadow_blur__hover_enabled=\"on\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|700|on|on|||||\" header_3_font_size=\"18px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"0.18em\" header_3_line_height=\"1.4em\" max_width=\"150%\" custom_margin=\"20px||\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"0px||\" custom_margin_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" link_option_url=\"#\" locked=\"off\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>Group Class</h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Gym Access\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"15min Consulation\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"1:1 Coaching\" use_icon=\"on\" font_icon=\"%%44%%\" icon_color=\"rgba(0,0,0,0.17)\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"|30px||30px||true\" _builder_version=\"3.16.1\" box_shadow_style=\"preset1\" box_shadow_vertical=\"0px\" box_shadow_blur=\"0px\" box_shadow_color=\"rgba(0,0,0,0.19)\" link_option_url=\"#\" box_shadow_blur__hover_enabled=\"on\" box_shadow_blur__hover=\"60px\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"Oswald|700|on|on|||||\" header_3_font_size=\"18px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"off|desktop\" header_3_letter_spacing=\"0.18em\" header_3_line_height=\"1.4em\" max_width=\"150%\" custom_margin=\"20px||\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"0px||\" custom_margin_last_edited=\"on|phone\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\" link_option_url=\"#\" locked=\"off\" header_2_font_size__hover=\"26px\" header_2_font_size__hover_enabled=\"26px\" header_2_letter_spacing__hover=\"0px\" header_2_letter_spacing__hover_enabled=\"0px\" header_2_line_height__hover=\"1em\" header_2_line_height__hover_enabled=\"1em\" header_2_text_shadow_style__hover=\"none\" header_2_text_shadow_style__hover_enabled=\"none\" header_2_text_shadow_color__hover=\"rgba(0,0,0,0.4)\" header_2_text_shadow_color__hover_enabled=\"rgba(0,0,0,0.4)\"]\r\n<h3>1-Time Personal Training</h3>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Gym Access\" use_icon=\"on\" font_icon=\"%%44%%\" icon_color=\"rgba(0,0,0,0.17)\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"15min Consulation\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"1:1 Coaching\" use_icon=\"on\" font_icon=\"%%45%%\" icon_color=\"#ffffff\" use_icon_font_size=\"on\" icon_font_size=\"40px\" _builder_version=\"3.16.1\" header_font=\"|700||on|||||\" header_font_size=\"10px\" header_letter_spacing=\"2px\" text_orientation=\"center\" custom_margin=\"||0px\" locked=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" custom_padding_last_edited=\"off|desktop\" prev_background_color=\"#ff4c00\" _builder_version=\"3.16.1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(38,45,63,0.8)\" background_color_gradient_end=\"#262d3f\" background_color_gradient_direction=\"135deg\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/personal-trainer-08.jpg\" custom_padding=\"13vw||10vw||false\" custom_padding_tablet=\"170px||50px|\" top_divider_style=\"arrow\" top_divider_height=\"10vw\" top_divider_height_tablet=\"80px\" top_divider_height_phone=\"80px\" top_divider_height_last_edited=\"off|desktop\" bottom_divider_color=\"#ffffff\" bottom_divider_height=\"200px\" bottom_divider_repeat=\"2x\" bottom_divider_arrangement=\"above_content\" top_divider_height__hover_enabled=\"on\" top_divider_height__hover=\"12vw\"][et_pb_row _builder_version=\"3.0.101\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.16.1\" text_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Oswald|700|on|on|||||\" header_2_font_size=\"70px\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"0.18em\" header_2_line_height=\"1.4em\" header_2_text_shadow_style=\"preset3\" header_2_text_shadow_blur_strength=\"0.4em\" header_2_text_shadow_color=\"rgba(255,255,255,0.6)\" text_orientation=\"center\" background_layout=\"dark\" custom_margin=\"||0px\" custom_margin_tablet=\"|||0vw\" custom_margin_phone=\"||0px\" custom_margin_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"top\" animation_delay=\"100ms\" animation_intensity_slide=\"10%\"]\r\n<h2>Join Now</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"] Proin fermentum cursus urna, id auctor dolor. Proin ac tristique ex eget blandit justo. Fusce id semper sem. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Email Option\" custom_padding=\"0px|||\" _builder_version=\"3.16.1\"][et_pb_column type=\"4_4\"][et_pb_signup mailchimp_list=\"elegantthemestest|26e9af0331\" layout=\"top_bottom\" name_field=\"on\" first_name_field=\"off\" last_name_field=\"off\" button_text=\"Submit\" _builder_version=\"3.16.1\" form_field_font=\"||||||||\" form_field_line_height=\"1.9em\" use_background_color=\"off\" border_radii_fields=\"on|100px|100px|100px|100px\" custom_button=\"on\" button_text_size=\"18px\" button_bg_color=\"#ff4c00\" button_border_width=\"10px\" button_border_color=\"#ff4c00\" button_border_radius=\"100px\" button_letter_spacing=\"5px\" button_font=\"|900|on|on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset3\" box_shadow_blur_button=\"50px\" box_shadow_spread_button=\"-12px\" box_shadow_color_button=\"#ff4c00\" max_width=\"600px\" module_alignment=\"center\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"6px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" box_shadow_color_button__hover_enabled=\"on\" box_shadow_color_button__hover=\"rgba(255,76,0,0.63)\" box_shadow_blur_button__hover_enabled=\"on\" box_shadow_blur_button__hover=\"80px\" /][et_pb_text _builder_version=\"3.16.1\" text_font=\"||||||||\" text_line_height=\"2em\" ul_font=\"||||||||\" ol_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"||||||||\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"||||||||\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"500px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"5%\" animation_starting_opacity=\"100%\" locked=\"off\"]\r\n\r\nor\r\n\r\n[/et_pb_text][et_pb_button button_text=\"Schedule an Assessment\" button_alignment=\"center\" _builder_version=\"3.16.1\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"0px\" button_border_color=\"#ff4c00\" button_border_radius=\"0px\" button_letter_spacing=\"5px\" button_font=\"|900|on|on|||||\" button_icon=\"%%3%%\" button_on_hover=\"off\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"off|desktop\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ff4c00\" background_layout=\"dark\" custom_margin=\"30px|||\" custom_margin_tablet=\"|||0px\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"||||false|false\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"300ms\" locked=\"off\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"on\" button_letter_spacing__hover=\"6px\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" box_shadow_color__hover=\"rgba(0,0,0,0.3)\" box_shadow_color__hover_enabled=\"rgba(0,0,0,0.3)\" custom_padding__hover=\"|50px||30px||false\" box_shadow_style__hover=\"none\" box_shadow_style__hover_enabled=\"none\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-17 11:11:21','2018-10-17 11:11:21','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0);
INSERT INTO `uo53_posts` VALUES (47,1,'2018-10-18 09:14:59','2018-10-18 09:14:59','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header3.jpg\" _builder_version=\"3.17.1\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_position_1=\"center_left\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"What is Coaching?\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.1\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner1.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.6\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.1\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\nImperdiet laboramus deterruisset vis ea. Has eu alterum probatus instructior. In mollis ancillae persequeris qui, no eos quod facete quaerendum. No case persius euismod eum, in nostrum mnesarchum conclusionemque duo.\r\n\r\nVim ut modus adipisci adversarium, paulo saepe theophrastus id eum, ridens expetendis ius ea. Cum erroribus torquatos no, debet corrumpit referrentur id nec, putant bonorum atomorum ea vix. Vix ei quod eruditi blandit, mei ut prima vituperatoribus. No adhuc singulis sed. In sed noster virtute, at tollit tritani suavitate mel, et sea virtute expetendis mnesarchum.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.1\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"5%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-18 09:14:59','2018-10-18 09:14:59','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(49,1,'2018-10-18 10:25:07','2018-10-18 10:25:07','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header3.jpg\" _builder_version=\"3.17.1\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_position_1=\"center_left\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"What is Coaching?\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.1\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner1.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.6\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.1\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"5%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\"]\r\n\r\n[vfb id=1]\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-18 10:25:07','2018-10-18 10:25:07','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(48,1,'2018-10-18 10:19:03','2018-10-18 10:19:03','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header3.jpg\" _builder_version=\"3.17.1\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_position_1=\"center_left\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"What is Coaching?\" next_background_color=\"#ffffff\" _builder_version=\"3.6\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.6\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.1\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner1.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.6\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.1\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.1\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\nImperdiet laboramus deterruisset vis ea. Has eu alterum probatus instructior. In mollis ancillae persequeris qui, no eos quod facete quaerendum. No case persius euismod eum, in nostrum mnesarchum conclusionemque duo.\r\n\r\nVim ut modus adipisci adversarium, paulo saepe theophrastus id eum, ridens expetendis ius ea. Cum erroribus torquatos no, debet corrumpit referrentur id nec, putant bonorum atomorum ea vix. Vix ei quod eruditi blandit, mei ut prima vituperatoribus. No adhuc singulis sed. In sed noster virtute, at tollit tritani suavitate mel, et sea virtute expetendis mnesarchum.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.1\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"5%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][et_pb_text _builder_version=\"3.17.2\"]\r\n\r\n[vfb id=1]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-18 10:19:03','2018-10-18 10:19:03','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0);
INSERT INTO `uo53_posts` VALUES (50,1,'2018-10-18 18:07:29','2018-10-18 18:07:29','','Header5','','inherit','closed','closed','','header5','','','2018-10-20 10:32:47','2018-10-20 10:32:47','',0,'https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg',0,'attachment','image/jpeg',0),(56,1,'2018-10-19 06:06:55','2018-10-19 06:06:55','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_repeat_1=\"no-repeat\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Who What\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.2\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\" top_divider_style=\"slant\" top_divider_arrangement=\"above_content\" top_divider_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.17.2\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" border_radii=\"on|10px|10px|10px|10px\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.2\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\" background_color_gradient_end_position=\"90%\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\"]\r\n\r\n[vfb id=1]\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-19 06:06:55','2018-10-19 06:06:55','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(53,1,'2018-10-18 18:28:45','2018-10-18 18:28:45','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_position_1=\"center_left\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.1\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Who What\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.2\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\" top_divider_style=\"clouds\" top_divider_arrangement=\"above_content\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.17.2\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.2\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\" background_color_gradient_end_position=\"90%\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\"]\r\n\r\n[vfb id=1]\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-18 18:28:45','2018-10-18 18:28:45','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(59,1,'2018-10-20 09:56:12','2018-10-20 09:56:12','','Test','','publish','closed','closed','','test','','','2018-10-20 09:56:12','2018-10-20 09:56:12','',0,'https://new.namagri.com/?page_id=59',0,'page','',0),(57,1,'2018-10-19 06:10:01','2018-10-19 06:10:01','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_repeat_1=\"no-repeat\" top_divider_color=\"#f5f5f5\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.2\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.1\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.1\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Who What\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.2\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\" top_divider_style=\"slant\" top_divider_arrangement=\"above_content\" top_divider_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.17.2\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" border_radii=\"on|10px|10px|10px|10px\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.2\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\" background_color_gradient_end_position=\"90%\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\"]\r\n\r\n[vfb id=1]\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-19 06:10:01','2018-10-19 06:10:01','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0);
INSERT INTO `uo53_posts` VALUES (58,1,'2018-10-19 10:13:39','2018-10-19 10:13:39','[et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_repeat_1=\"no-repeat\" top_divider_color=\"#f5f5f5\" background_position_1=\"center_right\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.2\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.1\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Who What\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.2\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\" top_divider_style=\"slant\" top_divider_arrangement=\"above_content\" top_divider_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.17.2\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" border_radii=\"on|10px|10px|10px|10px\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.2\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\" background_color_gradient_end_position=\"90%\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\"]\r\n\r\n[vfb id=1]\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-19 10:13:39','2018-10-19 10:13:39','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(60,1,'2018-10-20 09:56:12','2018-10-20 09:56:12','','Test','','inherit','closed','closed','','59-revision-v1','','','2018-10-20 09:56:12','2018-10-20 09:56:12','',59,'https://new.namagri.com/uncategorized/59-revision-v1/',0,'revision','',0),(61,1,'2018-10-20 11:02:25','2018-10-20 11:02:25','<p>[et_pb_section bb_built=\"1\" specialty=\"on\" next_background_color=\"#000000\" _builder_version=\"3.17.2\" bottom_divider_style=\"slant\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" custom_padding=\"0px||0px|\" background_color=\"#ffffff\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" background_position_1=\"center_left\" background_repeat_1=\"no-repeat\" template_type=\"\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"100px\" _builder_version=\"3.17.2\" max_width=\"80%\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"Row\" _builder_version=\"3.17.2\" custom_padding=\"|6%||6%\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text _builder_version=\"3.17.2\"]</p><p>Available for download in high-resolution for all creative projects. This vector graphic stock content can be used for print, web design and social media marketing. Access to EPS, PNG, SVG and JPG file types.</p><p>[/et_pb_text][et_pb_text _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]</p><h1>Helping You Find &amp; Forge Your Own Path to Success</h1><p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Row\" _builder_version=\"3.17.2\" padding_top_1=\"50px\" padding_bottom_1=\"50px\" padding_top_2=\"50px\" padding_right_2=\"20%\" padding_bottom_2=\"300px\" padding_left_2=\"20%\" background_color_1=\"#d1d1d1\" background_color_2=\"#777777\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_circle_counter _builder_version=\"3.17.2\" title=\"Blah\" number=\"99\" /][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_blurb _builder_version=\"3.17.2\" title=\"Blah Blah\" use_icon=\"on\" font_icon=\"%%73%%\"]</p><p>Blah Blah Blah</p><p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px|||\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]</p><p>Namagri has prime proprieties on offer for you.</p><p>[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]</p><p>Namagri offers leading auctioneering services. Have a look at upcoming auctions.</p><p>[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Row\" _builder_version=\"3.17.2\" custom_padding=\"|6px||6px\" padding_top_1=\"50px\" padding_bottom_1=\"0px\" padding_top_2=\"50px\" padding_bottom_2=\"0px\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta _builder_version=\"3.17.2\" title=\"Blah Blah\" button_url=\"#\"]</p><p>The quick brown dog jumps over the lazy fox.</p><p>[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_countdown_timer _builder_version=\"3.17.2\" date_time=\"2018-11-30 00:00\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.17.2\" top_divider_style=\"slant\" top_divider_flip=\"horizontal\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant2\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider _builder_version=\"3.17.2\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_repeat_1=\"no-repeat\" top_divider_color=\"#f5f5f5\" background_position_1=\"center_left\" prev_background_color=\"#000000\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.2\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.2\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]</p><h2>Welcome to Namagri</h2><h6>Let us show you the way forward.</h6><p>[/et_pb_text][et_pb_text _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]</p><h1>Helping You Find &amp; Forge Your Own Path to Success</h1><p>[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]</p>','Test','','inherit','closed','closed','','59-autosave-v1','','','2018-10-20 11:02:25','2018-10-20 11:02:25','',59,'https://new.namagri.com/uncategorized/59-autosave-v1/',0,'revision','',0),(62,1,'2018-10-21 11:27:18','2018-10-21 11:27:18','','Auctions','','publish','closed','closed','','auctions','','','2018-10-21 11:27:18','2018-10-21 11:27:18','',0,'https://new.namagri.com/?p=62',2,'nav_menu_item','',0),(63,1,'2018-10-21 11:27:18','2018-10-21 11:27:18','','Aviataion','','publish','closed','closed','','aviataion','','','2018-10-21 11:27:18','2018-10-21 11:27:18','',0,'https://new.namagri.com/?p=63',3,'nav_menu_item','',0),(64,1,'2018-10-21 11:27:18','2018-10-21 11:27:18','','Properties','','publish','closed','closed','','properties','','','2018-10-21 11:27:18','2018-10-21 11:27:18','',0,'https://new.namagri.com/?p=64',1,'nav_menu_item','',0),(65,1,'2018-10-21 11:27:18','2018-10-21 11:27:18','','Bush Encroachment','','publish','closed','closed','','bush-encroachment','','','2018-10-21 11:27:18','2018-10-21 11:27:18','',0,'https://new.namagri.com/?p=65',4,'nav_menu_item','',0),(66,1,'2018-10-21 11:27:48','2018-10-21 11:27:48','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" next_background_color=\"#000000\"][et_pb_fullwidth_menu _builder_version=\"3.17.2\" menu_id=\"none\" link_option_url_new_window=\"on\" submenu_direction=\"downwards\" fullwidth_menu=\"off\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_repeat_1=\"no-repeat\" top_divider_color=\"#f5f5f5\" background_position_1=\"center_right\" prev_background_color=\"#000000\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.2\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.2\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Who What\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.2\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\" top_divider_style=\"slant\" top_divider_arrangement=\"above_content\" top_divider_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.17.2\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" border_radii=\"on|10px|10px|10px|10px\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.2\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\" background_color_gradient_end_position=\"90%\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\"]\r\n\r\n[vfb id=1]\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-21 11:27:48','2018-10-21 11:27:48','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0);
INSERT INTO `uo53_posts` VALUES (67,1,'2018-10-21 11:32:50','2018-10-21 11:32:50','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.17.2\" link_option_url_new_window=\"on\"][et_pb_fullwidth_menu _builder_version=\"3.17.2\" menu_id=\"3\" link_option_url_new_window=\"on\" submenu_direction=\"downwards\" fullwidth_menu=\"off\" text_orientation=\"center\" menu_font=\"|800|||||||\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_repeat_1=\"no-repeat\" top_divider_color=\"#f5f5f5\" background_position_1=\"center_right\" prev_background_color=\"#000000\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.2\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.2\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.6\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Who What\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.2\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\" top_divider_style=\"slant\" top_divider_arrangement=\"above_content\" top_divider_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.17.2\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" border_radii=\"on|10px|10px|10px|10px\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.2\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\" background_color_gradient_end_position=\"90%\"][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\"]\r\n\r\n[vfb id=1]\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-21 11:32:50','2018-10-21 11:32:50','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0),(68,1,'2018-10-21 16:48:12','2018-10-21 16:48:12','[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.17.2\" link_option_url_new_window=\"on\" custom_margin=\"-10px||-10px|\"][et_pb_fullwidth_menu _builder_version=\"3.17.2\" menu_id=\"3\" link_option_url_new_window=\"on\" submenu_direction=\"downwards\" fullwidth_menu=\"off\" text_orientation=\"center\" menu_font=\"|800|||||||\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Hero\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"100%\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" specialty=\"on\" next_background_color=\"#ffd088\" bg_img_1=\"https://new.namagri.com/wp-content/uploads/2018/10/Header5.jpg\" _builder_version=\"3.17.2\" custom_padding=\"0px||0px|\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" background_repeat_1=\"no-repeat\" top_divider_color=\"#455860\" background_position_1=\"center_left\" prev_background_color=\"#000000\" top_divider_style=\"slant\" top_divider_flip=\"horizontal\" top_divider_arrangement=\"above_content\" top_divider_height=\"50px\"][et_pb_column type=\"1_2\"][et_pb_divider show_divider=\"off\" height=\"300px\" _builder_version=\"3.17.2\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"Text\" custom_padding=\"|6%||6%||true\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.17.2\" text_font=\"|900|||||||\" header_2_font=\"Lato|900||on|||||\" header_2_text_color=\"#aeb8b8\" header_2_letter_spacing=\"4px\" header_2_line_height=\"1.2em\" header_6_font=\"Lato|700|||||||\" header_6_text_color=\"#737a7a\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h2>Welcome to Namagri</h2>\r\n<h6>Let us show you the way forward.</h6>\r\n[/et_pb_text][et_pb_text _builder_version=\"3.17.2\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_font=\"|700|||||||\" header_font_size=\"46px\" header_font_size_tablet=\"36px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.3em\" max_width=\"600px\" module_alignment=\"left\" custom_margin=\"30px||30px||true|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" custom_padding_tablet=\"|0vw||0vw||true\" custom_padding_phone=\"|||||false\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n<h1>Helping You Find &amp; Forge Your Own Path to Success</h1>\r\n[/et_pb_text][et_pb_button button_text=\"Let\'s Talk\" _builder_version=\"3.6\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" custom_margin=\"|||\" custom_margin_tablet=\"|0vw||0vw||true\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|||\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"Text\" custom_padding=\"0px||0px||true\" make_equal=\"on\" background_color_1=\"#455860\" background_color_2=\"#3e5159\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_top_1=\"50px\" padding_top_2=\"50px\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_1_phone=\"50px||50px||true\" padding_1_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Properties for Sale or Auction\" button_url=\"https://properties.namagri.com\" button_text=\"Get Started Now!\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" url_new_window=\"on\"]\r\n\r\nNamagri has prime proprieties on offer for you.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\"][et_pb_cta title=\"Namagri Auctions\" button_url=\"https://auctions.namagri.com\" button_text=\"Get Started!\" _builder_version=\"3.17.2\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"17px\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0.4)\" button_border_width=\"0px\" button_border_radius=\"100px\" button_letter_spacing=\"1px\" button_font=\"Lato|700|||||||\" button_icon=\"%%3%%\" button_letter_spacing_hover=\"1px\" text_orientation=\"left\" custom_padding_tablet=\"|30px||30px||true\" custom_padding_last_edited=\"off|desktop\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\" url_new_window=\"on\"]\r\n\r\nNamagri offers leading auctioneering services. Have a look at upcoming auctions.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Services\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffd088\" custom_padding=\"0|0px|0|0px|true|false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" bottom_divider_arrangement=\"above_content\" prev_background_color=\"#ffffff\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0px|0|0px|false|false\" custom_margin=\"|||\" make_equal=\"on\" background_color_1=\"#c4cace\" background_color_2=\"#cbd0d6\" background_color_3=\"#d0d6db\" background_color_4=\"#d9dfe4\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_top_bottom_link_3=\"false\" padding_top_bottom_link_4=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" padding_left_right_link_3=\"true\" padding_left_right_link_4=\"true\" use_background_color_gradient_1=\"on\" use_background_color_gradient_2=\"on\" use_background_color_gradient_3=\"on\" use_background_color_gradient_4=\"on\" background_color_gradient_start_1=\"#ffd088\" background_color_gradient_start_2=\"#ffd088\" background_color_gradient_start_3=\"#ffd088\" background_color_gradient_start_4=\"#ffd088\" background_color_gradient_end_1=\"#ffb356\" background_color_gradient_end_2=\"#ffbe6b\" background_color_gradient_end_3=\"#ffc882\" background_color_gradient_end_4=\"#ffd6a0\" background_color_gradient_start_position_1=\"0%\" background_color_gradient_start_position_2=\"0%\" background_color_gradient_start_position_3=\"0%\" background_color_gradient_start_position_4=\"0%\" background_color_gradient_end_position_1=\"70%\" background_color_gradient_end_position_2=\"70%\" background_color_gradient_end_position_3=\"70%\" background_color_gradient_end_position_4=\"70%\" padding_top_1=\"80px\" padding_top_2=\"70px\" padding_top_3=\"60px\" padding_top_4=\"50px\" padding_right_1=\"40px\" padding_right_2=\"40px\" padding_right_3=\"40px\" padding_right_4=\"40px\" padding_bottom_1=\"150px\" padding_bottom_2=\"150px\" padding_bottom_3=\"150px\" padding_bottom_4=\"150px\" padding_left_1=\"40px\" padding_left_2=\"40px\" padding_left_3=\"40px\" padding_left_4=\"40px\" padding_1_tablet=\"20px||60px|\" padding_2_tablet=\"20px||60px|\" padding_3_tablet=\"60px|||\" padding_4_tablet=\"60px|||\" padding_1_phone=\"60px||60px||true\" padding_2_phone=\"60px||60px||true\" padding_3_phone=\"60px||60px||true\" padding_4_phone=\"60px|||\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|phone\" padding_3_last_edited=\"on|phone\" padding_4_last_edited=\"on|phone\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Goal Setting\" use_icon=\"on\" font_icon=\"%%166%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\"]\r\n\r\nDefining your goals we can help you succeed.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Local Experience\" use_icon=\"on\" font_icon=\"%%81%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"100ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nWe know the local conditions and can help you navigate the way.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Dedicated Team\" use_icon=\"on\" font_icon=\"%%151%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"200ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nNAMAGRI\'s dedicated team will assure you of the best service.\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"World Class Products\" use_icon=\"on\" font_icon=\"%%169%%\" icon_color=\"#345168\" use_icon_font_size=\"on\" icon_font_size=\"32px\" _builder_version=\"3.17.1\" header_level=\"h3\" header_font=\"Lato|700|||||||\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"340px\" module_alignment=\"center\" custom_margin=\"||30px|\" animation_style=\"slide\" animation_direction=\"bottom\" animation_delay=\"300ms\" animation_intensity_slide=\"5%\" locked=\"off\"]\r\n\r\nProven products tough enough for local conditions.\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Who What\" next_background_color=\"#ffffff\" _builder_version=\"3.17.2\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"#f5f5f5\" background_color_gradient_end_position=\"70%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/life-coach-03.jpg\" custom_margin=\"|||\" custom_padding=\"0px||0px||true\" top_divider_color=\"#f5f5f5\" top_divider_flip=\"vertical\" top_divider_arrangement=\"above_content\" bottom_divider_style=\"slant\" bottom_divider_flip=\"vertical\" bottom_divider_arrangement=\"above_content\" locked=\"off\" prev_background_color=\"#ffd088\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px|0|0px|0|true|false\" make_equal=\"on\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"true\" padding_left_right_link_2=\"true\" use_background_color_gradient_1=\"on\" background_color_gradient_start_1=\"rgba(0,0,0,0)\" background_color_gradient_end_1=\"rgba(0,0,0,0.07)\" padding_top_1=\"5%\" padding_top_2=\"5%\" padding_right_1=\"6%\" padding_right_2=\"6%\" padding_bottom_1=\"10%\" padding_bottom_2=\"10%\" padding_left_1=\"6%\" padding_left_2=\"6%\" padding_2_tablet=\"||150px|\" padding_1_last_edited=\"on|tablet\" padding_2_last_edited=\"on|tablet\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Who\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Who is NAMAGRI?</h2>\r\nNAMAGRI is a team of dedicated professionals with a strong focus on the agricultural sector. With over 20 years of experience offering customers known and proven products and solutions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"What\" _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>What can we do for you?</h2>\r\nNAMAGRI can help you with agricultural &amp; commercial properties, auctioneering services, aviation services as a Robinson Helicopter distributor and wildlife services.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"3.6\" custom_padding=\"|||\" prev_background_color=\"#000000\" next_background_color=\"#e2e2e2\"][et_pb_row _builder_version=\"3.6\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.1\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"right\"]\r\n<h2>What We Offer to You?</h2>\r\nNAMAGRI\'s team can offer you friendly and fast services with proven products that can show you the way forward.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_toggle title=\"1. Properties\" open_toggle_background_color=\"#dae1ed\" closed_toggle_background_color=\"#dae1ed\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWhether you want to sell your Residential Property, Commercial Property, Farm, Building or Store, we will be glad to assist you in choosing the right marketing channel with us. We can list your property within our network or Auction it for a quick result.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"2. Auctions\" open_toggle_background_color=\"#ccd8e5\" closed_toggle_background_color=\"#ccd8e5\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nWe have over 20 years experience. Designations in the USA, Canada, South Africa, Australia and Namibia make him the first choice Auctioneer. Our service is characterised by Integrity, Honesty and Transparency.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"3. Aviation\" open_toggle_background_color=\"#e3e9ef\" closed_toggle_background_color=\"#e3e9ef\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI aviation services is a leading distributor of Robinson Helicopters. We will provide you high-quality assistance with the purchase and the maintenance of new and pre-owned helicopters.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"4. Wildlife Services\" open_toggle_background_color=\"#edf0f7\" closed_toggle_background_color=\"#edf0f7\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nNAMAGRI\'s Alex McDonald has vast experience as Auctioneer and off-the-stand Wildlife Trader. His long time involvement in the Wildlife Industry and a well-established network of clients ensure good sales all year round.\r\n\r\n[/et_pb_toggle][et_pb_toggle title=\"5. Bush Encroachment\" open_toggle_background_color=\"#f4f7fc\" closed_toggle_background_color=\"#f4f7fc\" icon_color=\"#345168\" _builder_version=\"3.17.1\" title_font=\"Lato|700|||||||\" title_line_height=\"1.5em\" body_font_size=\"16px\" body_line_height=\"2em\" border_width_all=\"0px\" custom_margin=\"||0px|\" animation_style=\"slide\" animation_direction=\"top\" animation_intensity_slide=\"10%\"]\r\n\r\nIn Southern Africa bush encroachment is fast becoming a crisis. To make an initial impact on a bush problem area one has to revert to chemical debushing, this method is safe and delivers results within a short period.\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Blank Section - Image Background\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.17.2\" background_color=\"#e2e2e2\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e2e2e2\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"30%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Banner2.jpg\" custom_padding=\"20%||20%||true|false\" custom_padding_tablet=\"260px||260px||true\" custom_padding_phone=\"100px|||\" top_divider_flip=\"horizontal\" bottom_divider_style=\"slant\" bottom_divider_color=\"#f5f5f5\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#ffffff\" next_background_color=\"#f5f5f5\" top_divider_style=\"slant\" top_divider_arrangement=\"above_content\" top_divider_color=\"#f5f5f5\"][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"About\" next_background_color=\"#345168\" _builder_version=\"3.17.2\" background_color=\"#f5f5f5\" custom_margin=\"|||\" custom_padding=\"0px||150px||false\" bottom_divider_style=\"slant\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#e2e2e2\"][et_pb_row custom_padding=\"0px||0px||true\" custom_margin=\"|||\" _builder_version=\"3.17.2\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"About Us\" title=\"About Us\" button_url=\"#\" button_text=\"Contact Us\" _builder_version=\"3.17.2\" header_font=\"Lato|700|||||||\" header_font_size=\"30px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"1px\" header_line_height=\"1.5em\" body_font=\"Lato||||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" text_orientation=\"left\" background_layout=\"light\" custom_margin=\"-30%|||\" custom_padding=\"60px|10%|60px|10%|true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" border_radii=\"on|10px|10px|10px|10px\"]\r\n\r\nLorem ipsum dolor sit amet, ei mei falli repudiare delicatissimi, id tota euripidis consequat ius. Ea verear scaevola nam, quo id eligendi instructior, nisl choro definiebas qui at. Cu mei alii scripserit. Usu facer eripuit contentiones in, docendi pertinacia ius an, ludus dolorem consetetur eos no. Eum singulis dissentiet ut. Vivendo prodesset mea in, ad suas dolorum nostrum qui, ne ius atqui libris admodum. Tollit homero labitur mei id, iusto saperet inciderint vix id.\r\n\r\n[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"30px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" locked=\"off\"]\r\n<h2>Testimonials</h2>\r\n[/et_pb_text][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][et_pb_testimonial quote_icon=\"off\" _builder_version=\"3.6\" body_font=\"Lato||on||||||\" body_font_size=\"18px\" body_line_height=\"1.8em\" background_color=\"#ffffff\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" locked=\"off\"]\r\n\r\n\"Mauris aliquam lobortis eros tincidunt sodales. Vestibulum non quam vitae sapien eleifend varius. Phasellus id metus mauris.\"\r\n\r\n[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Footer\" _builder_version=\"3.17.2\" background_color=\"#345168\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#345168\" background_color_gradient_end=\"rgba(219,219,219,0)\" background_color_gradient_start_position=\"10%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://new.namagri.com/wp-content/uploads/2018/10/Footer1.jpg\" custom_padding=\"5%||10%||false|false\" bottom_divider_flip=\"horizontal\" prev_background_color=\"#f5f5f5\" background_color_gradient_end_position=\"90%\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Title\" _builder_version=\"3.6\" text_font=\"Lato||||||||\" text_font_size=\"18px\" text_line_height=\"1.8em\" link_font=\"||||||||\" ul_font=\"||||||||\" ol_font=\"||||||||\" quote_font=\"||||||||\" header_font=\"||||||||\" header_2_font=\"Lato|700|||||||\" header_2_font_size=\"40px\" header_2_font_size_phone=\"22px\" header_2_font_size_last_edited=\"on|phone\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_4_font=\"||||||||\" header_5_font=\"||||||||\" header_6_font=\"Lato|700|||||||\" header_6_font_size=\"18px\" header_6_letter_spacing=\"1px\" header_6_line_height=\"1.8em\" text_orientation=\"center\" background_layout=\"dark\" max_width=\"700px\" module_alignment=\"center\"]\r\n<h2>Don\'t Wait Any Longer. Start Forging Your Own Path Today!</h2>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.4.1\" locked=\"off\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.17.2\"]\r\n\r\n[vfb id=1]\r\n\r\n[/et_pb_text][et_pb_contact_form captcha=\"off\" submit_button_text=\"Send Message\" form_background_color=\"#ffffff\" module_id=\"et_pb_contact_form_0\" _builder_version=\"3.6\" title_font=\"||||||||\" form_field_font=\"Lato||||||||\" form_field_font_size=\"16px\" border_radii=\"on|3px|3px|3px|3px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#ffffff\" button_bg_color=\"#ffb356\" button_border_width=\"12px\" button_border_color=\"#ffb356\" button_border_radius=\"50px\" button_letter_spacing=\"2px\" button_font=\"Lato|900||on|||||\" button_icon=\"%%3%%\" max_width=\"700px\" module_alignment=\"center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_intensity_slide=\"5%\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Full_Name\" field_title=\"Full Name\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone_Number\" field_title=\"Phone Number\" _builder_version=\"3.4.1\" border_radii=\"on||||\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.0.87\" border_radii=\"on||||\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_tabs admin_label=\"Contacts\" _builder_version=\"3.17.2\"][et_pb_tab _builder_version=\"3.17.2\" title=\"Head Office\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n<h3>Christo Brisley</h3>\r\nNo 16, Eland Street, Windhoek, Namibia\r\n081 122 0691\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.17.2\" title=\"Properties\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n<h3>Mara-Lee Doiseb</h3>\r\nTel: +264 81 142 0137\r\nEmail: maralee@namagri.com\r\n\r\n[/et_pb_tab][et_pb_tab _builder_version=\"3.17.2\" title=\"De Bushing\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" tab_text_shadow_style=\"none\" body_text_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n<table class=\"contactlist\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr class=\"heading\">\r\n<td><strong>Name</strong></td>\r\n<td><strong>Area</strong></td>\r\n<td style=\"border-right: none !important;\"><strong>Phone</strong></td>\r\n</tr>\r\n<tr class=\"a\">\r\n<td class=\"std\">Christo Brisley</td>\r\n<td class=\"std\">Windhoek</td>\r\n<td class=\"std\">081 122 0691</td>\r\n</tr>\r\n<tr class=\"a\">\r\n<td class=\"std\">Chris van Lill</td>\r\n<td class=\"std\">Mariental</td>\r\n<td class=\"std\">081 409 8303</td>\r\n</tr>\r\n<tr class=\"b\">\r\n<td class=\"std\">Rolf Haase</td>\r\n<td class=\"std\">Wilhelmstal</td>\r\n<td class=\"std\">081 127 4911</td>\r\n</tr>\r\n<tr class=\"a\">\r\n<td class=\"std\">Uwe Bertram</td>\r\n<td class=\"std\">Grootfontein</td>\r\n<td class=\"std\">081 127 1110</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2018-10-21 16:48:12','2018-10-21 16:48:12','',9,'https://new.namagri.com/uncategorized/9-revision-v1/',0,'revision','',0);
DROP TABLE IF EXISTS `uo53_statistics_exclusions`;
CREATE TABLE `uo53_statistics_exclusions` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `reason` varchar(255) DEFAULT NULL,
  `count` bigint(20) NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `date` (`date`),
  KEY `reason` (`reason`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `uo53_statistics_historical`;
CREATE TABLE `uo53_statistics_historical` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `category` varchar(25) NOT NULL,
  `page_id` bigint(20) NOT NULL,
  `uri` varchar(255) NOT NULL,
  `value` bigint(20) NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `page_id` (`page_id`),
  UNIQUE KEY `uri` (`uri`),
  KEY `category` (`category`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `uo53_statistics_pages`;
CREATE TABLE `uo53_statistics_pages` (
  `uri` varchar(255) NOT NULL,
  `date` date NOT NULL,
  `count` int(11) NOT NULL,
  `id` int(11) NOT NULL,
  UNIQUE KEY `date_2` (`date`,`uri`),
  KEY `url` (`uri`),
  KEY `date` (`date`),
  KEY `id` (`id`),
  KEY `uri` (`uri`,`count`,`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `uo53_statistics_pages` VALUES ('/','2018-10-18',8,9),('/','2018-10-19',9,9),('/','2018-10-21',2,9),('/','2018-10-22',5,9),('/','2018-10-25',4,9),('/','2018-10-29',4,9),('/','2018-10-30',5,9),('/','2018-11-04',2,9);
DROP TABLE IF EXISTS `uo53_statistics_search`;
CREATE TABLE `uo53_statistics_search` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `last_counter` date NOT NULL,
  `engine` varchar(64) NOT NULL,
  `host` varchar(255) DEFAULT NULL,
  `words` varchar(255) DEFAULT NULL,
  `visitor` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  KEY `last_counter` (`last_counter`),
  KEY `engine` (`engine`),
  KEY `host` (`host`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `uo53_statistics_useronline`;
CREATE TABLE `uo53_statistics_useronline` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `ip` varchar(60) NOT NULL,
  `created` int(11) DEFAULT NULL,
  `timestamp` int(10) NOT NULL,
  `date` datetime NOT NULL,
  `referred` text NOT NULL,
  `agent` varchar(255) NOT NULL,
  `platform` varchar(255) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `location` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM AUTO_INCREMENT=42 DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `uo53_statistics_visit`;
CREATE TABLE `uo53_statistics_visit` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `last_visit` datetime NOT NULL,
  `last_counter` date NOT NULL,
  `visit` int(10) NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `unique_date` (`last_counter`)
) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8;
INSERT INTO `uo53_statistics_visit` VALUES (1,'2018-10-18 10:02:09','2018-10-18',11),(2,'2018-10-19 08:17:09','2018-10-19',13),(3,'2018-10-20 10:01:03','2018-10-20',3),(4,'2018-10-21 11:24:47','2018-10-21',5),(5,'2018-10-22 12:57:37','2018-10-22',10),(6,'2018-10-23 07:35:03','2018-10-23',1),(7,'2018-10-25 07:45:01','2018-10-25',13),(8,'0000-00-00 00:00:00','2018-10-26',0),(9,'0000-00-00 00:00:00','2018-10-29',8),(10,'2018-10-28 10:19:49','2018-10-28',2),(11,'0000-00-00 00:00:00','2018-10-31',0),(12,'2018-10-30 12:55:20','2018-10-30',9),(13,'0000-00-00 00:00:00','2018-11-02',0),(14,'0000-00-00 00:00:00','2018-11-03',0),(15,'2018-11-04 16:15:28','2018-11-04',2),(16,'0000-00-00 00:00:00','2018-11-06',0),(17,'0000-00-00 00:00:00','2018-11-07',0),(18,'0000-00-00 00:00:00','2018-11-08',0),(19,'2018-11-10 00:18:36','2018-11-10',14),(20,'2018-11-11 08:46:44','2018-11-11',1),(21,'0000-00-00 00:00:00','2018-11-12',1),(22,'0000-00-00 00:00:00','2018-11-13',0),(23,'0000-00-00 00:00:00','2018-11-15',0),(24,'0000-00-00 00:00:00','2018-11-17',0),(25,'0000-00-00 00:00:00','2018-11-19',0),(26,'0000-00-00 00:00:00','2018-11-20',0),(27,'0000-00-00 00:00:00','2018-11-21',0);
DROP TABLE IF EXISTS `uo53_statistics_visitor`;
CREATE TABLE `uo53_statistics_visitor` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `last_counter` date NOT NULL,
  `referred` text NOT NULL,
  `agent` varchar(255) NOT NULL,
  `platform` varchar(255) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `UAString` varchar(255) DEFAULT NULL,
  `ip` varchar(60) NOT NULL,
  `location` varchar(10) DEFAULT NULL,
  `hits` int(11) DEFAULT NULL,
  `honeypot` int(11) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `date_ip_agent` (`last_counter`,`ip`,`agent`(75),`platform`(75),`version`(75)),
  KEY `agent` (`agent`),
  KEY `platform` (`platform`),
  KEY `version` (`version`),
  KEY `location` (`location`)
) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=utf8;
INSERT INTO `uo53_statistics_visitor` VALUES (1,'2018-10-18','https://new.namagri.com/wp-admin/plugin-install.php?s=wp+statistics&tab=search&type=term','Vivaldi','Windows','2.0.1309.40',NULL,'197.243.225.69','NA',NULL,NULL),(2,'2018-10-18','https://new.namagri.com','Chrome','Android','69.0.3497.100','','197.243.225.69','NA',4,0),(3,'2018-10-18','https://new.namagri.com','Chrome','Android','69.0.3497.100','','105.232.255.246','NA',1,0),(4,'2018-10-18','https://new.namagri.com','Chrome','Windows','68.0.3398.0','','197.243.225.68','NA',2,0),(5,'2018-10-18','https://new.namagri.com','Chrome','Android','69.0.3497.100','','197.243.225.68','NA',3,0),(6,'2018-10-19','https://new.namagri.com','Firefox','Windows','61.0','','197.243.225.68','NA',4,0),(7,'2018-10-19','https://new.namagri.com','Chrome','Windows','69.0.3497.100','','197.243.229.99','NA',3,0),(8,'2018-10-19','https://new.namagri.com','Chrome','Windows','68.0.3398.0','','197.243.225.68','NA',3,0),(9,'2018-10-19','https://new.namagri.com','Chrome','Android','69.0.3497.100','','197.243.225.68','NA',3,0),(10,'2018-10-20','https://new.namagri.com/','Chrome','Windows','69.0.3497.100','','197.243.229.99','NA',1,0),(11,'2018-10-20','https://new.namagri.com','Chrome','Windows','68.0.3398.0','','197.243.225.68','NA',2,0),(12,'2018-10-21','https://new.namagri.com','Chrome','Windows','68.0.3398.0','','197.243.225.68','NA',3,0),(13,'2018-10-21','https://new.namagri.com','Chrome','Android','69.0.3497.100','','197.243.225.68','NA',1,0),(14,'2018-10-21','https://new.namagri.com','Chrome','Android','69.0.3497.100','','41.182.29.135','NA',1,0),(15,'2018-10-22','https://new.namagri.com','Chrome','Linux','62.0.3202.94','','204.187.14.78','CA',1,0),(16,'2018-10-22','https://new.namagri.com','Vivaldi','Windows','2.0.1309.40','','197.243.225.69','NA',2,0),(17,'2018-10-22','https://new.namagri.com','Chrome','Linux','62.0.3202.94','','172.255.61.36','GB',2,0),(18,'2018-10-22','https://new.namagri.com','Firefox','Android','62.0','','197.243.225.68','NA',4,0),(19,'2018-10-22','https://new.namagri.com','Firefox','Linux','62.0','','197.243.225.68','NA',1,0),(20,'2018-10-23','https://new.namagri.com/wp-content/cache/et/9/et-core-unified-15401455496593.min.css','Chrome','Android','69.0.3497.100','','41.182.17.233','NA',1,0),(21,'2018-10-25','https://new.namagri.com','Chrome','Windows','68.0.3398.0','','197.243.225.68','NA',3,0),(22,'2018-10-25','https://new.namagri.com','Chrome','Windows','69.0.3497.100','','197.243.229.99','NA',9,0),(23,'2018-10-28','https://new.namagri.com','Chrome','Windows','68.0.3398.0','','197.243.225.68','NA',2,0),(24,'2018-10-29','https://new.namagri.com','Chrome','Windows','72.0.3595.0','','197.243.225.68','NA',4,0),(25,'2018-10-29','https://new.namagri.com','Chrome','Windows','69.0.3497.100','','197.243.229.99','NA',4,0),(26,'2018-10-30','https://new.namagri.com','Chrome','Windows','69.0.3497.100','','197.243.229.99','NA',6,0),(27,'2018-10-30','https://new.namagri.com','Chrome','Android','70.0.3538.80','','197.243.229.99','NA',3,0),(28,'2018-11-04','https://new.namagri.com','Chrome','Linux','60.0.3112.101','','54.167.154.80','US',2,0),(29,'2018-11-10','https://new.namagri.com','Firefox','Windows','3.5.6','','82.102.27.10','NO',14,0),(30,'2018-11-11','https://new.namagri.com','Vivaldi','Windows','2.1.1337.36','','197.243.225.69','NA',1,0),(31,'2018-11-12','https://new.namagri.com','Vivaldi','Windows','2.1.1337.36','','197.243.225.68','NA',1,0);
DROP TABLE IF EXISTS `uo53_term_relationships`;
CREATE TABLE `uo53_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(64,3,0),(62,3,0),(63,3,0),(65,3,0);
DROP TABLE IF EXISTS `uo53_term_taxonomy`;
CREATE TABLE `uo53_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=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'link_category','',0,7),(3,3,'nav_menu','',0,4);
DROP TABLE IF EXISTS `uo53_termmeta`;
CREATE TABLE `uo53_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
DROP TABLE IF EXISTS `uo53_terms`;
CREATE TABLE `uo53_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=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'Out Menu','out-menu',0);
DROP TABLE IF EXISTS `uo53_usermeta`;
CREATE TABLE `uo53_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=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'aim',''),(10,1,'yim',''),(11,1,'jabber',''),(12,1,'uo53_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(13,1,'uo53_user_level','10'),(14,1,'session_tokens','a:1:{s:64:\"40c4dd64fd4313ccc268ce1ac231bf1791931a5e1b31d672fada3bed0dd061f1\";a:4:{s:10:\"expiration\";i:1542098816;s:2:\"ip\";s:14:\"197.243.225.69\";s:2:\"ua\";s:134:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36 Vivaldi/2.1.1337.36\";s:5:\"login\";i:1541926016;}}'),(15,1,'uo53_dashboard_quick_press_last_post_id','71'),(16,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"197.243.225.0\";}'),(17,1,'show_welcome_panel','0'),(18,1,'dismissed_wp_pointers','wp496_privacy'),(19,1,'uo53_user-settings','editor=tinymce&libraryContent=browse&urlbutton=none&imgsize=full&hidetb=1'),(20,1,'uo53_user-settings-time','1539857702'),(32,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(33,1,'metaboxhidden_nav-menus','a:5:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";}'),(21,1,'closedpostboxes_dashboard','a:0:{}'),(22,1,'metaboxhidden_dashboard','a:15:{i:0;s:19:\"dashboard_right_now\";i:1;s:18:\"dashboard_activity\";i:2;s:29:\"wp-statistics-browsers-widget\";i:3;s:30:\"wp-statistics-countries-widget\";i:4;s:28:\"wp-statistics-hitsmap-widget\";i:5;s:25:\"wp-statistics-hits-widget\";i:6;s:26:\"wp-statistics-pages-widget\";i:7;s:30:\"wp-statistics-referring-widget\";i:8;s:27:\"wp-statistics-search-widget\";i:9;s:28:\"wp-statistics-summary-widget\";i:10;s:26:\"wp-statistics-words-widget\";i:11;s:33:\"wp-statistics-top-visitors-widget\";i:12;s:37:\"wp-statistics-searched-phrases-widget\";i:13;s:21:\"dashboard_quick_press\";i:14;s:17:\"dashboard_primary\";}'),(23,1,'bpsPro_ignore_gdpr_compliance_notice','true'),(24,1,'bps_bonus_code_dismiss_all_notice','true'),(25,1,'bps_post_request_attack_notice','true'),(26,1,'bpsPro_ignore_mod_security_notice','true'),(27,1,'wp_statistics','a:2:{s:13:\"dashboard_set\";s:6:\"12.4.3\";s:10:\"editor_set\";s:6:\"12.4.3\";}'),(28,1,'vfb-form-settings','a:1:{i:1;a:2:{s:16:\"form_setting_tab\";s:6:\"opened\";s:17:\"setting_accordion\";s:12:\"confirmation\";}}'),(29,1,'metaboxhidden_post','a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}'),(30,1,'metaboxhidden_page','a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}'),(31,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:414:\"dashboard_right_now,dashboard_activity,vfb-dashboard,wp-statistics-quickstats-widget,wp-statistics-browsers-widget,wp-statistics-countries-widget,wp-statistics-hitsmap-widget,wp-statistics-hits-widget,wp-statistics-pages-widget,wp-statistics-referring-widget,wp-statistics-search-widget,wp-statistics-summary-widget,wp-statistics-words-widget,wp-statistics-top-visitors-widget,wp-statistics-searched-phrases-widget\";s:4:\"side\";s:67:\"dashboard_quick_press,dashboard_primary,wp-statistics-recent-widget\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}');
DROP TABLE IF EXISTS `uo53_users`;
CREATE TABLE `uo53_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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_users` VALUES (1,'auf0uh','$P$B9VqsIpYUdlbGBk.C1rKIbLHNNU2uW0','admin','newnamagri@v1.webster.net.na','','2018-10-17 12:43:57','',0,'admin');
DROP TABLE IF EXISTS `uo53_visual_form_builder_entries`;
CREATE TABLE `uo53_visual_form_builder_entries` (
  `entries_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject` text COLLATE utf8mb4_unicode_ci,
  `sender_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `sender_email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `emails_to` text COLLATE utf8mb4_unicode_ci,
  `date_submitted` datetime DEFAULT NULL,
  `ip_address` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `entry_approved` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '1',
  PRIMARY KEY (`entries_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_visual_form_builder_entries` VALUES (1,1,'a:9:{i:0;a:7:{s:2:\"id\";s:1:\"1\";s:4:\"slug\";s:10:\"contact-us\";s:4:\"name\";s:10:\"Contact Us\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:1:\"5\";s:4:\"slug\";s:9:\"your-name\";s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4:\"Alex\";}i:2;a:7:{s:2:\"id\";s:1:\"6\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"alexander@xamaba.com\";}i:3;a:7:{s:2:\"id\";s:1:\"9\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:5:\"phone\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:10:\"0811298797\";}i:4;a:7:{s:2:\"id\";s:1:\"7\";s:4:\"slug\";s:27:\"select-your-area-of-enquiry\";s:4:\"name\";s:27:\"Select your area of enquiry\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:116:\"a:5:{i:0;s:10:\"Properties\";i:1;s:7:\"Auction\";i:2;s:10:\"De Bushing\";i:3;s:8:\"Aviation\";i:4;s:17:\"Wildlife Services\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:7:\"Auction\";}i:5;a:7:{s:2:\"id\";s:1:\"8\";s:4:\"slug\";s:12:\"your-message\";s:4:\"name\";s:12:\"Your Message\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:9:\"blah blah\";}i:6;a:7:{s:2:\"id\";s:1:\"2\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:7;a:7:{s:2:\"id\";s:1:\"3\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"2\";s:5:\"value\";s:2:\"14\";}i:8;a:7:{s:2:\"id\";s:1:\"4\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"2\";s:5:\"value\";s:0:\"\";}}','NAMAGRI Contact Form','NAMAGRI','christo@namagri.com','a:1:{i:0;s:19:\"christo@namagri.com\";}','2018-10-18 10:20:50','197.243.225.69','1'),(2,1,'a:9:{i:0;a:7:{s:2:\"id\";s:1:\"1\";s:4:\"slug\";s:10:\"contact-us\";s:4:\"name\";s:10:\"Contact Us\";s:4:\"type\";s:8:\"fieldset\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:1;a:7:{s:2:\"id\";s:1:\"5\";s:4:\"slug\";s:9:\"your-name\";s:4:\"name\";s:9:\"Your Name\";s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:4:\"Alex\";}i:2;a:7:{s:2:\"id\";s:1:\"6\";s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:20:\"alexander@xamaba.com\";}i:3;a:7:{s:2:\"id\";s:1:\"9\";s:4:\"slug\";s:5:\"phone\";s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:5:\"phone\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:4;a:7:{s:2:\"id\";s:1:\"7\";s:4:\"slug\";s:27:\"select-your-area-of-enquiry\";s:4:\"name\";s:27:\"Select your area of enquiry\";s:4:\"type\";s:6:\"select\";s:7:\"options\";s:116:\"a:5:{i:0;s:10:\"Properties\";i:1;s:7:\"Auction\";i:2;s:10:\"De Bushing\";i:3;s:8:\"Aviation\";i:4;s:17:\"Wildlife Services\";}\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:17:\"Wildlife Services\";}i:5;a:7:{s:2:\"id\";s:1:\"8\";s:4:\"slug\";s:12:\"your-message\";s:4:\"name\";s:12:\"Your Message\";s:4:\"type\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:11:\"Tablet test\";}i:6;a:7:{s:2:\"id\";s:1:\"2\";s:4:\"slug\";s:12:\"verification\";s:4:\"name\";s:12:\"Verification\";s:4:\"type\";s:12:\"verification\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"0\";s:5:\"value\";s:0:\"\";}i:7;a:7:{s:2:\"id\";s:1:\"3\";s:4:\"slug\";s:27:\"please-enter-any-two-digits\";s:4:\"name\";s:27:\"Please enter any two digits\";s:4:\"type\";s:6:\"secret\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"2\";s:5:\"value\";s:2:\"00\";}i:8;a:7:{s:2:\"id\";s:1:\"4\";s:4:\"slug\";s:6:\"submit\";s:4:\"name\";s:6:\"Submit\";s:4:\"type\";s:6:\"submit\";s:7:\"options\";s:0:\"\";s:9:\"parent_id\";s:1:\"2\";s:5:\"value\";s:0:\"\";}}','NAMAGRI Contact Form','NAMAGRI','christo@namagri.com','a:1:{i:0;s:19:\"christo@namagri.com\";}','2018-10-18 10:33:34','197.243.225.69','1');
DROP TABLE IF EXISTS `uo53_visual_form_builder_fields`;
CREATE TABLE `uo53_visual_form_builder_fields` (
  `field_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `field_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_type` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_options` text COLLATE utf8mb4_unicode_ci,
  `field_description` text COLLATE utf8mb4_unicode_ci,
  `field_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_sequence` bigint(20) DEFAULT '0',
  `field_parent` bigint(20) DEFAULT '0',
  `field_validation` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `field_required` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `field_size` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT 'medium',
  `field_css` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `field_layout` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `field_default` text COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`field_id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_visual_form_builder_fields` VALUES (1,1,'contact-us','fieldset','','','Contact Us',0,0,'','','','','',''),(2,1,'verification','verification','','','Verification',6,0,'','','','','',''),(3,1,'please-enter-any-two-digits','secret','','Example: 12','Please enter any two digits',7,2,'','yes','medium','','',''),(4,1,'submit','submit','','','Submit',8,2,'','','','','',''),(5,1,'your-name','text','','Please enter your name.','Your Name',1,0,'','no','medium','','',''),(6,1,'email','email','','','Email',2,0,'email','yes','medium','','',''),(7,1,'select-your-area-of-enquiry','select','a:5:{i:0;s:10:\"Properties\";i:1;s:7:\"Auction\";i:2;s:10:\"De Bushing\";i:3;s:8:\"Aviation\";i:4;s:17:\"Wildlife Services\";}','','Select your area of enquiry',4,0,'','no','medium','','',''),(8,1,'your-message','textarea','','','Your Message',5,0,'','no','medium','','',''),(9,1,'phone','phone','','Your phone number.','Phone',3,0,'phone','no','medium','','','');
DROP TABLE IF EXISTS `uo53_visual_form_builder_forms`;
CREATE TABLE `uo53_visual_form_builder_forms` (
  `form_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_key` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_email_subject` text COLLATE utf8mb4_unicode_ci,
  `form_email_to` text COLLATE utf8mb4_unicode_ci,
  `form_email_from` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `form_email_from_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `form_email_from_override` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `form_email_from_name_override` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `form_success_type` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT 'text',
  `form_success_message` text COLLATE utf8mb4_unicode_ci,
  `form_notification_setting` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `form_notification_email_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `form_notification_email_from` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `form_notification_email` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `form_notification_subject` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `form_notification_message` text COLLATE utf8mb4_unicode_ci,
  `form_notification_entry` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `form_label_alignment` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`form_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `uo53_visual_form_builder_forms` VALUES (1,'contact-us','Contact Us','NAMAGRI Contact Form','a:1:{i:0;s:19:\"christo@namagri.com\";}','christo@namagri.com','NAMAGRI','','','text','&lt;p id=\\\"form_success\\\"&gt;Your form was successfully submitted. Thank you for contacting us.&lt;/p&gt;','','','','','','','','');

Hry